ms access 2010 - Adding / Subtracting Two Fields in Query Criteria -
I have a table that contains suburbs and their geocodes.
I have a query that selects a suburb from the form, together with +0.5 and -0.5 long and all other suburbs within latitude.
Criteria in the query, respectively for Long and Wide Area;
Between [forms]! [Long] -0.5 and [form]! [FMFIMMetting Locations]! [Long] +0.5middle [form]! [FMFIMAttinging Leases]! [Late] -0.5 and [form]! [FrmFindMeetingLocations]! [Lot] +0.5
It works perfectly. What I am trying to do, statically changes the '0.5' in the context of the combo box on the form (by giving the option of 0.01, 0.05, 0.5 etc.) I have tried below and various other combinations, etc., but it does not seem to work.
Comments
Post a Comment