Hi All,
Struggling with this form. Need help please.
First of all, just a general thanks for anyone that responds on these forums. It has really helped me out in the past.
I have designed a form using the wizard from a table which records transactions for an entity.
I have a Primary Key (auto number), entity id, transaction amount, description and date fields in the table.
I look up the entity using a list box, then populate unbound fields then use CurrentDb.Execute "INSERT INTO in order to save the new record.
When I open the form for use, it automatically changes the entity id of a previously added record to the most recently selected entry in the list box. I am unsure why it does this. It seems to be editing previous records when you change the value of the list box.
Any thoughts? You are welcome to ask more questions if my explanation sucked.
Thanks in advance.
Rob
Struggling with this form. Need help please.
First of all, just a general thanks for anyone that responds on these forums. It has really helped me out in the past.
I have designed a form using the wizard from a table which records transactions for an entity.
I have a Primary Key (auto number), entity id, transaction amount, description and date fields in the table.
I look up the entity using a list box, then populate unbound fields then use CurrentDb.Execute "INSERT INTO in order to save the new record.
When I open the form for use, it automatically changes the entity id of a previously added record to the most recently selected entry in the list box. I am unsure why it does this. It seems to be editing previous records when you change the value of the list box.
Any thoughts? You are welcome to ask more questions if my explanation sucked.
Thanks in advance.
Rob