Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Menus/Combobox

Status
Not open for further replies.

gdev

Technical User
Mar 12, 2001
38
Hi,

I have a field named transaction_type that uses the look up combo box feature in the table.
In the form, the field is displayed as a combo box. When the users selects the one of the transaction types from my customized menu, I want only the selected choice to display as a text field in the form.
On the menu here are some of the choices:
Invoices
cash
payment
etc.
Any assistance will be greatly appreciated.


thanks
 
I have a customized menu bar. The user will choose from the menu a transaction type
Transactions
Invoice
cash
payment
Depending on the user selection, I want the corresponding form field to display as a text box instead of a combo box. The acct_type field gets its data from the tblAccountType
 
You should have a combo box and a text box, and in the function call of the menu bar you should set the visible property of one of them

Hope I understood your question right
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top