B
Becky
I am making a configurator. I have the main table as
tblConfigurator:ConfiguratorID, AuditID, SystemID,
ChamberAID, ChamberBID, GasPanelAID, GasPanelBID
The default value is 0 and I stated that it isn't
mandatory to have a field value.
The other six tables only have a primary key (above
mentioned) and then their fields.
I have a six page tabled form to save the data using a
query that uses * tblName to join all the tables together.
What happens is that it wants a value for each ID or it
will not save. Chamber B may not have any data.
What am I missing here?
Thanks,
Becky
tblConfigurator:ConfiguratorID, AuditID, SystemID,
ChamberAID, ChamberBID, GasPanelAID, GasPanelBID
The default value is 0 and I stated that it isn't
mandatory to have a field value.
The other six tables only have a primary key (above
mentioned) and then their fields.
I have a six page tabled form to save the data using a
query that uses * tblName to join all the tables together.
What happens is that it wants a value for each ID or it
will not save. Chamber B may not have any data.
What am I missing here?
Thanks,
Becky