S
skoalnreds
Cliff Notes version:
I have a form with a 'locked' textbox that I want to populate with the
result of a SELECT query.
The form has another textbox called ItemID. What I want to query is
the COUNT of records in the Inventory table where the Inventory Table
Item ID is equal to the value in the form's ItemID textbox, and
display the result in the locked textbox mentioned above.
As the user navigates from record to record, the locked textbox should
refresh/requery.
I'm very new to all this, so if this is uber-simple, please don't
flame me. Thanks.
I have a form with a 'locked' textbox that I want to populate with the
result of a SELECT query.
The form has another textbox called ItemID. What I want to query is
the COUNT of records in the Inventory table where the Inventory Table
Item ID is equal to the value in the form's ItemID textbox, and
display the result in the locked textbox mentioned above.
As the user navigates from record to record, the locked textbox should
refresh/requery.
I'm very new to all this, so if this is uber-simple, please don't
flame me. Thanks.