T
The Dude
Hello everyone,
I have a junction table that unites events and invitees. Plus other fields
like invited, present.. bla bla...
Now to save space I could only add the invitees that have been invited, but
the folks want the list of all invitees, and see who has been invited and who
hasn't.
My choices (that I see so far):
1- Copy the whole list of invitees and see who is Yes/No with a query
2- Add only the invitees, but then I need to cross query the non invited -
hence I don't have the opportunity to check a box if I want to add another
guy (as query don't allow checkboxes as a search result with nz or iif right?)
Number 1 is tricky for me as I heard that append queries are not the
quickest AND I can't manage to launch the query from a button with a WHERE...
Number 2 is tricky because I can't have a descent way to handle non invited
and easely add them to the table if needed...
So, please, HELP ME....
Thanks
I have a junction table that unites events and invitees. Plus other fields
like invited, present.. bla bla...
Now to save space I could only add the invitees that have been invited, but
the folks want the list of all invitees, and see who has been invited and who
hasn't.
My choices (that I see so far):
1- Copy the whole list of invitees and see who is Yes/No with a query
2- Add only the invitees, but then I need to cross query the non invited -
hence I don't have the opportunity to check a box if I want to add another
guy (as query don't allow checkboxes as a search result with nz or iif right?)
Number 1 is tricky for me as I heard that append queries are not the
quickest AND I can't manage to launch the query from a button with a WHERE...
Number 2 is tricky because I can't have a descent way to handle non invited
and easely add them to the table if needed...
So, please, HELP ME....
Thanks