L
lecaballero
Hi all,
I know it's a newbie question but anyway:
I have a table called "clasificacion"
Another one called "clasificacion_temp"
I also have a subform with a query related to "clasificacion_temp"
The user is supposed to enter the information in the textboxes and,
with a button, a macro will run an Add Query to populate from
"clasificacion_temp" to "clasificacion".
The problem is that the added data in "clasificacion" is not the one
that the user has just entered in the textboxes, but the previous
one.
Have I to code something like recordset.clone or recordset.close?
Do you know where can I find a basic guide to learn more about
recordset.Update/clone/close/etc?
I come from Excel VBA and I'm getting mad
I know it's a newbie question but anyway:
I have a table called "clasificacion"
Another one called "clasificacion_temp"
I also have a subform with a query related to "clasificacion_temp"
The user is supposed to enter the information in the textboxes and,
with a button, a macro will run an Add Query to populate from
"clasificacion_temp" to "clasificacion".
The problem is that the added data in "clasificacion" is not the one
that the user has just entered in the textboxes, but the previous
one.
Have I to code something like recordset.clone or recordset.close?
Do you know where can I find a basic guide to learn more about
recordset.Update/clone/close/etc?
I come from Excel VBA and I'm getting mad