Need Help With Qry

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a completed form and I need to create a qry. The qry needs to ask for
a specific Employee name from 7 text boxes. Please help im lost...

Reguards,
Chad
 
I have a completed form and I need to create a qry. The qry needs to ask for
a specific Employee name from 7 text boxes. Please help im lost...

Reguards,
Chad

Me too, I have no idea what you just asked. Is the name Joe? Bob?
You have to give information or you can't be helped.
 
I have 7 text boxes named operator 1 threw operator 7. I have production
lines 1 threw 7 and what I want to do is get all the information pertaining
to that operator. For example: Operator 1 who’s name is Bill has a number of
different things in that particular row that he accomplished. I want to pick
out those things for that operator with a
qry.http://i54.photobucket.com/albums/g94/oxicottin/Image2.jpg
 
Step away from the keyboard! You are trying to "commit spreadsheet". Your
table has serious normalization problems and just will NOT work correctly in
a relational database.

OK. OK. I'm being overly harsh but not by much. What happens when someone
says that you need an 8th operator? You'll have to redesign not only your
table, but also any queries, reports, and forms based on that table. All the
Operators should be in one field down and not across as in a spreadsheet.

I highly suggest getting some relational database training or reading
"Database Design for Mere Mortals" by Hernandez before proceeding any further
on this database.

Here's a couple of on-line resources.

http://support.microsoft.com/kb/100139/en-us

http://support.microsoft.com/kb/234208/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Problem with Cross qry 1
query very slow 5
Help with loop 2
query too slow 1
find records between two dates 4
Append Query 5
Qry Design 2
Renaming Queries 13

Back
Top