B
Becky
I am making a configurator. I have the main table as
tblConfigurator:ConfiguratorID, AuditID, SystemID,
ChamberAID, ChamberBID, GasPanelAID, GasPanelBID
The default value for all the IDs except ConfiguratorID is
0 and I stated that it isn't mandatory to have a field
value. I do have idexed set to yes but duplicate values is
OK.
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,C,D may not have any data.
What am I missing here?
Thanks,
Becky
..
tblConfigurator:ConfiguratorID, AuditID, SystemID,
ChamberAID, ChamberBID, GasPanelAID, GasPanelBID
The default value for all the IDs except ConfiguratorID is
0 and I stated that it isn't mandatory to have a field
value. I do have idexed set to yes but duplicate values is
OK.
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,C,D may not have any data.
What am I missing here?
Thanks,
Becky
..