I have a database which comprises 6 tables which are linked by 1 field. This field can only ever have 44 unique entries. However I want to produce a query which has a criteria using only 1 or all 44 or any combination of multiples in between.
I know how to write the query the long way, but its not for my use, so I want to keep it simple. ie the user selects his requirements by clicking buttons on a form which then write into a string variable.
Is this the right way or do any of you guru's out there got a better idea. My knowledge of programming is limited so go easy on me.
Thanks in advance.
I know how to write the query the long way, but its not for my use, so I want to keep it simple. ie the user selects his requirements by clicking buttons on a form which then write into a string variable.
Is this the right way or do any of you guru's out there got a better idea. My knowledge of programming is limited so go easy on me.
Thanks in advance.