Hi everyone,
I know this is probably an easy question but for an absolute beginner it’s hard to get around, especially if
the help files don’t work.
I have a form that accepts user input, one of the controls is a combo box who’s row source contains values from a
select operation on a different table.
All of the controls are bound to another table so that the data written to them will be stored there. I need it to populate the rest of the form (and so update the table) based on a select query from the values of the original combo box. Am I making any sense?
I know it’s a really fundamental problem but I’d appreciate
any help. Thanks.
Rob