chris-uk-lad
Registered User.
- Local time
- Today, 09:02
- Joined
- Jul 8, 2008
- Messages
- 271
Im a little troubled by something, i need a button on a form that, when clicked, will check my database [Info1] for cell irregularities and post the results in a table. I can manage this easily enough with 1 query but i need several of these to be done via the click of the button but dont wish to use many different querys (only 1 if possible).
So in essence i require a method to allow me to (on click):
Check [Post Code] is populated but [Address 1] is not
Check [Address 2] is populated but [Address 2] is not
Check [Post Code] is populated AND one of either [Address 3] and [Address 4] are not populated.
The query will ammend a form to display these results. I know how to run the query but wish to only use 1 query to run all 3 commands, with the possibility of more commands in future.
Any other questions please ask, i understand its a little vague.
Many thanks
So in essence i require a method to allow me to (on click):
Check [Post Code] is populated but [Address 1] is not
Check [Address 2] is populated but [Address 2] is not
Check [Post Code] is populated AND one of either [Address 3] and [Address 4] are not populated.
The query will ammend a form to display these results. I know how to run the query but wish to only use 1 query to run all 3 commands, with the possibility of more commands in future.
Any other questions please ask, i understand its a little vague.
Many thanks