P
Peter
I have two tables. One is an equipment listing (primary
key is the serial number), then I have another table which
is the maintenance history for the equipment. I have a
relationship set up in a One-to-Many style with Cascading
Updates selected (not Deletions).
I would like for this serial number to immediately be
copied from the listing table to the maintenance table.
The problem I have is that I don't necessarily have any
data to go into the maintenance history right away, but
unless I do, that equipment won't show up on a query or a
report that I wish to run.
In short, I would like for this data to come up in a query
or report even though all of the fields are null. I have
tried to insert a default value in one of the fields of
the maintenance table, but unless you actually type
something in, it doesn't get recorded.
Thanks for any help!!
Peter
key is the serial number), then I have another table which
is the maintenance history for the equipment. I have a
relationship set up in a One-to-Many style with Cascading
Updates selected (not Deletions).
I would like for this serial number to immediately be
copied from the listing table to the maintenance table.
The problem I have is that I don't necessarily have any
data to go into the maintenance history right away, but
unless I do, that equipment won't show up on a query or a
report that I wish to run.
In short, I would like for this data to come up in a query
or report even though all of the fields are null. I have
tried to insert a default value in one of the fields of
the maintenance table, but unless you actually type
something in, it doesn't get recorded.
Thanks for any help!!
Peter