G
Guest
I have an Event table that stores data for two different types of events:
Events and AfterEvents. Am inclined to develop two data entry forms because
fields for each are mutually exclusive with the exception of one - hosts
(both will use the same Hosts Lookup table, multiple hosts for one event
possible). An IsEvent flag and an IsAfterEvent flag on each respective form
will id records for query purposes (EventID, IsEvent) or (EventID,
IsAterEvent).
Will this work? Is there a better way? OK to use two forms to enter data
into one table?
Thanks,
Gin
Events and AfterEvents. Am inclined to develop two data entry forms because
fields for each are mutually exclusive with the exception of one - hosts
(both will use the same Hosts Lookup table, multiple hosts for one event
possible). An IsEvent flag and an IsAfterEvent flag on each respective form
will id records for query purposes (EventID, IsEvent) or (EventID,
IsAterEvent).
Will this work? Is there a better way? OK to use two forms to enter data
into one table?
Thanks,
Gin