Hello.
I have a databese setup for all my address, Wedding RSVP's ect.
Table Info:
Yes/No for "RSVPResponded" in "Address.Table"
Number for "RSVPInvited" in "Address.Table"
Number for "RSVPAttending" in "Address.Table"
Questions:
1. I want to add "RSVPNotAttending to "Address.Table by using a auto number generated if "RSVPResponed" = "True" And "RSVPInvited" <> "RSVPAttending" = "RSVPNotAttending".
2. Is there any way to do this in the "Address.Table"? ie. If RSVPResponed = True then RSVPInvited-RSVPAttending = "RSVPNotAttening" table value?
3. I have a Report setup that uses the values in "Address.Table" to have a Running SUm of # Invited, # Responed and I want to add # Not Attending, is this possible from the table or do I have to create a query?
Thanks
Matt
I have a databese setup for all my address, Wedding RSVP's ect.
Table Info:
Yes/No for "RSVPResponded" in "Address.Table"
Number for "RSVPInvited" in "Address.Table"
Number for "RSVPAttending" in "Address.Table"
Questions:
1. I want to add "RSVPNotAttending to "Address.Table by using a auto number generated if "RSVPResponed" = "True" And "RSVPInvited" <> "RSVPAttending" = "RSVPNotAttending".
2. Is there any way to do this in the "Address.Table"? ie. If RSVPResponed = True then RSVPInvited-RSVPAttending = "RSVPNotAttening" table value?
3. I have a Report setup that uses the values in "Address.Table" to have a Running SUm of # Invited, # Responed and I want to add # Not Attending, is this possible from the table or do I have to create a query?
Thanks
Matt