R
Richard
I need to build a data entry form that allows the user to enter data then
either cancel or confirm before the data is added to the table.
Cancel , via a form button that closes the form, Confirm via a macro that
adds the data.
If I use the normal form with record source pointing to the table and
dataentry property on a record will be added every time the form is
activated, not what I need.
I have tried using unbounded text boxes on the form as temporary fields to
accept the data but have struggled to get a macro to add a record and
transfer the data from the temporary fields to the record fields .
I thought about using a intermediate table to accept the data then a macro
to append from the intermediate table to the real table, then tidy up.
Out maybe I have missed something fundemental here.
Richard
Not a VB person but fine on macros
either cancel or confirm before the data is added to the table.
Cancel , via a form button that closes the form, Confirm via a macro that
adds the data.
If I use the normal form with record source pointing to the table and
dataentry property on a record will be added every time the form is
activated, not what I need.
I have tried using unbounded text boxes on the form as temporary fields to
accept the data but have struggled to get a macro to add a record and
transfer the data from the temporary fields to the record fields .
I thought about using a intermediate table to accept the data then a macro
to append from the intermediate table to the real table, then tidy up.
Out maybe I have missed something fundemental here.
Richard
Not a VB person but fine on macros