J
JohnM
How do I input the same information into many records
Rick B said:More details please.
You could use the default value for controls in your form, you could use an
update query, you could use an append query. Lots of options.
Generally, you should not be entering the same information into many
records. This can sometimes be accomplished with a properly designed
relationship between two tables. For example, if you are entering a company
name and address in every invoice record, then you have not designed your
database properly.
Please explain exactly what you are trying to accomplish.
JohnM said:I have a data base where information is constantly updating. ie A Po has
many records some are received, I need to enter the date for all items
received. Some items maybe shipped, I have to put in the date shipped for
all items
I have a data base where information is constantly updating. ie A Po has
many records some are received, I need to enter the date for all items
received. Some items maybe shipped, I have to put in the date shipped for
all items