Alright, maybe someone can give me a hand here. I'm made a search query, where the user can enter either one or two items on a form. If they do, it comes ups with the field that they searched for. This works great, except it also brings up one empty field with no data what-so-ever.
The form you just can either input itema or itemb.
The query uses [forms]![Form1].[itema] for the first item and
for the second item on the second line [forms]![Form1].[itemb]
Any help would be appreciated.
The form you just can either input itema or itemb.
The query uses [forms]![Form1].[itema] for the first item and
for the second item on the second line [forms]![Form1].[itemb]
Any help would be appreciated.