R
RD
Hi all,
I have an unbound form with a mess of unbound text boxes. I'm going to use data
entered into them to write a new record into a table. In the past I would have
opened up a DAO recordset and done a .AddNew but since I started hanging out
here I see a lot of action query use.
Any comments on which might be preferred. This form is set up to only add one
record at a time so I'm not appending a whole bunch of records.
TIA,
RD
I have an unbound form with a mess of unbound text boxes. I'm going to use data
entered into them to write a new record into a table. In the past I would have
opened up a DAO recordset and done a .AddNew but since I started hanging out
here I see a lot of action query use.
Any comments on which might be preferred. This form is set up to only add one
record at a time so I'm not appending a whole bunch of records.
TIA,
RD