Search results

  1. 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...
  2. 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...
  3. 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.
  4. 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...
  5. 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
  6. 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.
  7. 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
  8. 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