R
Richard
I have a data entry form ( reciepts) linked to a table( Donations) that
accepts data into temporary fields ( unbounded text boxes)
An "enter" button on the form kicks off a macro that
1 adds a record to the underlying table Donations
2 uses a series of SetValue statements to transfer the values from the
temporary fields on the form to the appropriated fields in the table
Donations.
Yes, yes, it would be a lot easier to do a direct data entry form but I get
a lot of wasted null records appended to the table every time the user
clicks this form and then closes.
Basicallyy I need to control the data entry process before the data hits the
table.
Does that make sense ?
Richard ( non VB but loves macros)
accepts data into temporary fields ( unbounded text boxes)
An "enter" button on the form kicks off a macro that
1 adds a record to the underlying table Donations
2 uses a series of SetValue statements to transfer the values from the
temporary fields on the form to the appropriated fields in the table
Donations.
Yes, yes, it would be a lot easier to do a direct data entry form but I get
a lot of wasted null records appended to the table every time the user
clicks this form and then closes.
Basicallyy I need to control the data entry process before the data hits the
table.
Does that make sense ?
Richard ( non VB but loves macros)