Stephanie T.
Registered User.
- Local time
- Today, 11:25
- Joined
- Jun 20, 2002
- Messages
- 60
I have a main form that tracks returns from our Distributors. I have a subform on that main form that is powered by a query and linked to it’s own table for storing that info. The subform tracks three pieces of information: the product purchased, the amount of credit requested, and the reason. The subform is set up in datasheet style so that information can sit like a list on the form.
The problem that is occurring is that when I enter the product name (which is a combo box powered by a query from the Products table), then the amount, then the reason for return (also a combo box powered by a query linked to a table that only holds that information), the subform doesn’t progress to the next line, instead it pops the cursor back to the first line.
The main form is opened by a command button on another form and there is some information, such as our internal tracking number, that is automatically entered into the main form. Could that have something to do with the subform only wanting one entry? Does anyone know how to fix this?
Thank you,
Stephanie
The problem that is occurring is that when I enter the product name (which is a combo box powered by a query from the Products table), then the amount, then the reason for return (also a combo box powered by a query linked to a table that only holds that information), the subform doesn’t progress to the next line, instead it pops the cursor back to the first line.
The main form is opened by a command button on another form and there is some information, such as our internal tracking number, that is automatically entered into the main form. Could that have something to do with the subform only wanting one entry? Does anyone know how to fix this?
Thank you,
Stephanie