G
Guest
Hi, I have continous form which lists account numbers and amount. I have
added a button and when I click on the button, I would like to query up
invoices for that account.
i put this in my query: I named a form "test" for test purpose.
IIf([Forms]![test]![txtbillto]<>"",[invoice]![acct#] Like
[Forms]![test]![txtbillto],"*")
but it is not working. Can anybody help me??
Thank you!
added a button and when I click on the button, I would like to query up
invoices for that account.
i put this in my query: I named a form "test" for test purpose.
IIf([Forms]![test]![txtbillto]<>"",[invoice]![acct#] Like
[Forms]![test]![txtbillto],"*")
but it is not working. Can anybody help me??
Thank you!