[mso] Re: access 2000?
- From: "Colli, Anthony G" <Anthony.Colli@xxxxxxx>
- To: <mso@xxxxxxxxxxxxx>
- Date: Mon, 26 May 2003 19:01:10 -0400
Yes it can be done. Basically, what happens is you build the SQL string from
scratch after the user has selected the parameters from the form. Your query
might be "SELECT * FROM Customers" when you add the parameters from the input
form the query could change to "SELECT * FROM Customers WHERE ID = " &
Me.cboCustomers.Column(0)
You need to define when you want the SQL to change, and when it does what you
want to do next.
-Anthony
-----Original Message-----
From: Beau Thompson [ mailto:n9mfk@xxxxxxxxxxx]
Sent: Monday, May 26, 2003 9:14 AM
To: mso@xxxxxxxxxxxxx
Subject: [mso] access 2000?
Hello all
I would like to know if input from a form combo box can be used to set
criteria for a parameter query and how to set it up in access 2000
thanks for any info
*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or
MicrosoftOffice@xxxxxxxxxxxxxxxx
To send mail to the group, simply address it to mso@xxxxxxxxxxxxx
To Unsubscribe from this group, send an email to
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the quotes) in
the subject line.
Or, visit the group's homepage and use the dropdown menu. This will also allow
you to change your email settings to digest or vacation (no mail).
http://www.freelists.org/webpage/mso
To be able to use the files section for sharing files with the group, send a
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an invitation with
instructions. Once you are a member of the files group, you can go here to
upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************
- Follow-Ups:
- [mso] Re: access 2000?
- From: Beau Thompson
- [mso] counter?
- From: Beau Thompson
Other related posts:
- » [mso] access 2000?
- » [mso] Re: access 2000?
- » [mso] Re: access 2000?
- » [mso] Re: access 2000?
- » [mso] Re: access 2000?
- » [mso] Re: access 2000?
- » [mso] Re: access 2000?
- » [mso] Re: access 2000?
- [mso] Re: access 2000?
- From: Beau Thompson
- [mso] counter?
- From: Beau Thompson