Hi
Question#1
Is it possible to show a textbox (linked to a field) when the mouse pointer goes over a checkbox, and hiding it when the pointer goes away, and at the same time allowing the user to handle it like a regular textbox? If so, how?
Question#2
What is the best way of showing data that is linked to other data?
Example:
Paul's ID is 1. If I select Paul in a combo box, how can I make a textbox get Paul's ID from the table People?
If I would select another person, that person's ID would show then.
Thank you so much.
Question#1
Is it possible to show a textbox (linked to a field) when the mouse pointer goes over a checkbox, and hiding it when the pointer goes away, and at the same time allowing the user to handle it like a regular textbox? If so, how?
Question#2
What is the best way of showing data that is linked to other data?
Example:
Paul's ID is 1. If I select Paul in a combo box, how can I make a textbox get Paul's ID from the table People?
If I would select another person, that person's ID would show then.
Thank you so much.
Comment