Use Value in Form for Combo Box Query

ckinninger

Registered User.
Local time
Today, 09:49
Joined
Mar 29, 2011
Messages
12
Hello,

I have a form with Field1. I have a combobox in the form. I need to get the value from Field1 in order to implement it in the query for the combobox.

Basically I want to filter the combobox list to show unused (unmarked) rows in a table. However, since the current record in the table will be used I want to be able to show that too.

Thanks for any help.
 
Resolved. Thanks anyway.

[Forms]![account info form]![ID]

OR

< 1
 

Users who are viewing this thread

Back
Top Bottom