Randomblink
10-04-2001, 08:43 AM
Ok...
Let me start with saying this is the start of my attempts to learn SQL...so please be gentle...
I have a form...
It pulls data from ONE table...
The table...
Has records that contain location data on various locations throughout the city I live...parks, city hall, 911 buildings, etc...
Right now, the table has a combobox that you drop down and search for a specific location...
I am creating UNBOUND text fields that I would like the Combo Box to use as criteria...
The fields I would like to set these unbounds as criteria for are:
Facility Name
Address
Details
Comments
Panel Number
County
Parcel Number
and a few more...
What I plan on doing right now is...
Creating an unbound for EACH field at the bottom of my form...
A user will enter a string of data in the field of his choice...
for instance...I am looking for all locations on Panel Number 32...that have the word Water in the description...
So I would go to the unbounds...enter WATER in the unbound field for location descriptions...and enter 32 in the unbound field for location Panel Numbers...
The the SQL would run, and criteria for it would be 32 in the Panel Number field...and WATER in the description field...
phew!
So, is this enough information that someone could baby-step me through this...?
Danka Shane to all who can help...
Enjoy the ride to those who can't...lol
Let me start with saying this is the start of my attempts to learn SQL...so please be gentle...
I have a form...
It pulls data from ONE table...
The table...
Has records that contain location data on various locations throughout the city I live...parks, city hall, 911 buildings, etc...
Right now, the table has a combobox that you drop down and search for a specific location...
I am creating UNBOUND text fields that I would like the Combo Box to use as criteria...
The fields I would like to set these unbounds as criteria for are:
Facility Name
Address
Details
Comments
Panel Number
County
Parcel Number
and a few more...
What I plan on doing right now is...
Creating an unbound for EACH field at the bottom of my form...
A user will enter a string of data in the field of his choice...
for instance...I am looking for all locations on Panel Number 32...that have the word Water in the description...
So I would go to the unbounds...enter WATER in the unbound field for location descriptions...and enter 32 in the unbound field for location Panel Numbers...
The the SQL would run, and criteria for it would be 32 in the Panel Number field...and WATER in the description field...
phew!
So, is this enough information that someone could baby-step me through this...?
Danka Shane to all who can help...
Enjoy the ride to those who can't...lol