Hi everybody
First I hope this is the right spot for this thread.
I would like to load a record into a user form from my database table, read the data from the form into a VBA procedure, manipulate this data, and then create a new record from the manipulated data.
Manipulated in this context means simply to recalculate some values, change dates and text entries. I could of course use the form's duplicate facility to create the new record, and do the recalculations in the form - but using VBA seems more elegant!
So far I have read the data fields from the form into the VBA procedure, done the recalculations and made the date and text changes - but I am now stuck! How do I create this new record?
Many thanks in advance!
Ron
First I hope this is the right spot for this thread.
I would like to load a record into a user form from my database table, read the data from the form into a VBA procedure, manipulate this data, and then create a new record from the manipulated data.
Manipulated in this context means simply to recalculate some values, change dates and text entries. I could of course use the form's duplicate facility to create the new record, and do the recalculations in the form - but using VBA seems more elegant!
So far I have read the data fields from the form into the VBA procedure, done the recalculations and made the date and text changes - but I am now stuck! How do I create this new record?
Many thanks in advance!
Ron