I have two forms setup. one is called Account Lookup with nothing more then the name of an account. The second form is named Tag Info and is created from the main database. In the Account Lookup form I used the List Box (form control) to list the Accounts from the main database. I then created a the other form Tag Info with just the data that I want to imput for certain Tag items. When I set up the properties for the Lookup form I put an embedded macro on the On Click. The embedded macro consists of Open Form with the arguments of Form name (TAG info) and view. Then I use the Find Record with the Find What field consisting of "=[Forms]![Account Lookup]![Account]". but all I get is the same record in the Tag Info Form. What am I doing wrong?