Hi Guys,
I have situation that I need to add a lookup on a form to select the data from the drop down list. Consider below example I have a table called Table1 with one field A and with data A1, A2, A3 etc and there is form called Form1 available for the same. (to allow user to create data on the table)
when I select the field account on a form the data from Table1 should be displayed as a drop down list and I should be able to select the either A1, A2 or A3 etc. sometimes user needs to write manually on the field which may not available in the list. (system should allow that too).
how can I achieve it. please help..
*This post is locked for comments