How to create a lookup field?

hazemhazem Member Posts: 187
hello every body

I'm creating a form with a field inside that doesn't belong to any table. In the properties of the field i put lookup property true and i specified a form in the lookupFormID property. When i run the form and push the lookup button shown in the field nothing happens?!! What is wrong with what i did?[/b]

Answers

  • krikikriki Member, Moderator Posts: 9,118
    You can make such a lookup in 2 ways:
    1) define the tablerelation in the control (and of course the property "LookupFormID" of the table must be filled in.
    2) if 1) doesn't give enough functionality, you can write some code to do it.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • hazemhazem Member Posts: 187
    Thanks Kriki That works =D>
Sign In or Register to comment.