Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lskuff

    List box formatting

    A rowsource sql statement
  2. lskuff

    List box formatting

    I have a list box that displays the results of a query. Now this is a simple problem. When I look at the form there is a solid black line directly to the left of the text displayed in the list box. If I expand the list box enough then there is another solid black line the right of the text. No...
  3. lskuff

    Clearing and disabling combo boxes

    I have a form with a bunch of combo boxes and a few text boxes. When the form opens all but one of the boxes are disabled and I use the afterUpdate to enable the next box for all of them. I want a button that resets the form the its original condition where there is no data selected for the...
  4. lskuff

    Query based on multiple combo box values

    Cool, thank you! I just have one question. What is the + 5 for right after the WHERE ?
  5. lskuff

    Query based on value of Combo Boxes

    I guess it will be feeding a report. I have not made it yet. It is going to be a bunch of mailing labels.
  6. lskuff

    Printing forms

    As of now, yes there is a reason why I need to print the form.
  7. lskuff

    Printing forms

    I am having a problem with printing some forms. When I go to print them it just prints out the query, I mean it says the name of the query then prints all the rows not just the record that I was looking at on the form. Is there some value that I can change on the form to make it print the actual...
  8. lskuff

    Query based on multiple combo box values

    I am working on a form that has 2 combo boxes. The first in the first box the user selects a field from a table and then the second box the user selects one of the values in the field. I need to write a query to get the results of what the user selected. I have something like this: SELECT...
  9. lskuff

    Query based on value of Combo Boxes

    I am working on a form that has 2 combo boxes. The first in the first box the user selects a field from a table and then the second box the user selects one of the values in the field. I need to write a query to get the results of what the user selected. I have something like this: SELECT...
  10. lskuff

    Query help - Fields from a table - Combo boxes

    Okay great it is working now. I just want to know one more thing.... How can I get the JOB_DESC not the Job Description using VB code. Because if I do like Me!cmbox1 then it now returns "Job Description" instead of JOB_DESC... how can I get it back?
  11. lskuff

    Combo box enabling

    Thanks for all the replies. I just have one more question. The first combo box selects a field from a table the second combo box has all the values from that field. I just am wondering how I can write my query to make sure there are no duplicate values in the second combo box. Thanks - Lenni
  12. lskuff

    Query help - Fields from a table - Combo boxes

    SO I have my query like so: SELECT Attendee.Category, Attendee.JOB_DESC, Attendee.PROF_DESC FROM Attendee ORDER BY Attendee.Category; and to get it to display I would write Job Description:Attendee.JOB_DESC or like Attendee.Job Description:JOB_DESC because I have tried a lot of combinations...
  13. lskuff

    Query help - Fields from a table - Combo boxes

    This is probably an easy question but I am writing a query to get the field names from a table for a combo box. I know how to do this. The question I have is I don't want to use the exact names that are in the table. Example - in my table a field is called "JOB_DESC" I want it to say "Job...
  14. lskuff

    Combo box enabling

    Okay thanks. I understand the enable part just fine. But could someone explain in a little more detail how to do the querry part? Thanks.
  15. lskuff

    Combo box enabling

    I neeed to make a form with 2 combo boxes. Ex. cb1 cb2 I want the 2nd combo box to be disabled until someone makes a selection in the first combo box. Then, after they make a selection I need the second combo box to become enabled and have selections based on what was selected in the first...
  16. lskuff

    Setting up user level security

    I have read so many different things. I even have an Access 2000 book which goes into how to set up the user/group - level security. I have followed the steps in depth but still getting the same problems. I think I need to somehow change the permissions on the modules in my database but I do not...
  17. lskuff

    Setting up user level security

    Hi, I am having some issues while setting up the user level security in access 2000. I have ran the user level security wizard and it worked amazingly well but on all my forms where I module object it says "invalid username or password" and I click end and it opens the form. But it works fine...
  18. lskuff

    User level security problem in Access 2000

    Where would I put that? In a module in my database?
  19. lskuff

    User level security problem in Access 2000

    Hi, I am developing a database for an organization and they recently requested me to implement a user level security system. I have run the User Level Security wizard and I set up the different groups and created usernames and passwords for the diffent group users. When I enter an invalid...
  20. lskuff

    User level security problem in Access 2000

    Hi, I am developing a database for an organization and they recently requested me to implement a user level security system. I have run the User Level Security wizard and I set up the different groups and created usernames and passwords for the diffent group users. When I enter an invalid...

Part and Inventory Search

Back
Top