Hello,
I have a Access SQL statement as follows....What I am trying to do is to make sure that the results are displayed in a new form or in a popup message box? is this possible without using VB? Please help...
Thanks.
Select FirstName, LastName, Age, Gender, City FROM CustomerInfo;
I have a Access SQL statement as follows....What I am trying to do is to make sure that the results are displayed in a new form or in a popup message box? is this possible without using VB? Please help...
Thanks.
Select FirstName, LastName, Age, Gender, City FROM CustomerInfo;
Comment