Recent content by glpkid

  1. G

    Parameter Question

    anybody out there?
  2. G

    Parameter Question

    This is what i have for all 3 columns, of course the control name is different for each column. Like Forms!QBF_Form!City & "*" Or Forms!QBF_Form!City Is Null
  3. G

    Parameter Question

    I have a form and a Query based on a form. I have 3 different columns in my query. One is City, second is citycode, and the third is Cell Phone Provider. Now each city has a citycode and vice versa, however, not each city has a cell phone provider. Which means there are some boxes that are...
  4. G

    Parameter Question

    I have a form and a Query based on a form. I have 3 different columns in my query. One is City, second is citycode, and the third is Cell Phone Provider. Now each city has a citycode and vice versa, however, not each city has a cell phone provider. Which means there are some boxes that are...
  5. G

    basing a textbox on a query

    more help please okay, i put that in for the control source but now i see #Name in the text box...
  6. G

    basing a textbox on a query

    I'm trying to create a form where there's a textbox based on a query that will bring up whatever values are typed in the textbox into a listbox. How do i base the textbox no the query? I see Control Source...is this where I put that in? I'm a very beginner in Access.
  7. G

    Search for specific records

    Basically I have a ComboBox dropdown menu and a subform linked to the contents of that combobox. What I want the user to be able to do is search for either contents in the combobox or contents in the subform and get a list of the records that correspond to that search. any help is appreciated...
  8. G

    ComboBox Notinlist 2 fields

    OKay so i have a combobox with 2 fields, City and CityCode. (i.e. Albany, ALBA) I want to be able to type in a new citycode or city so that when it's not in the list the user can add it to the list along with the field that they're not entering which would be city or citycode. Please help! thanks
  9. G

    Module Not Found

    Let it be known that I'm pretty new at using Access so consider me a novice. I don't know what I did, but when i try opening my form, i get an error message that reads, "Module not found" So i can't open the form, except in Design View.
  10. G

    Print single record based upon current form

    I put that code in and changed the names of the records and reports. When I click the print button, nothing happens. What could be the problem?
  11. G

    Add Record and Combo List

    how exactly do i requery the combo box, i can't seem to figure it out. much appreciated
  12. G

    Add Record and Combo List

    I have an add record command button that will bring up a blank record where the user can fill in the information. My question is how do I get this record to be added to the combo list that will bring up the record i just filled out? I hope that makes sense. thanks
  13. G

    User Adds a Tab

    in case there is new information that needs to be entered that doesn't apply to the other tabs
  14. G

    User Adds a Tab

    I have a tab control with three tabs on it. Suppose I want the user to click a command button to add another tab and then add data to the fields within the tab. How would I go about doing this? Many thanks.
Back
Top Bottom