query (1 Viewer)

krieb

New member
Local time
Today, 10:42
Joined
Jan 22, 2000
Messages
9
I am new to VB:

I would like to use a form for the user to select from a list box a location ( I would like for them to be able to multi-select). Once the user has selected their location(s) I would like this to populate another list box - just to show the user the locations that they have slected. I would then like to have a botton on the form which once clicked would run a query and then post that information on a report. I would like the results on a report instead of a query so that the user will not be tempted or accidently change data. Thank you in advance
 

Chris RR

Registered User.
Local time
Today, 04:42
Joined
Mar 2, 2000
Messages
354
To answer the last part of your problem first, you don't need to put data into a report to just to keep the users from changing it. Just set the properties of each displayed field so that Enabled is No, Locked is Yes, and you may also want Tab Stop as No.
 

Users who are viewing this thread

Top Bottom