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 Shaun E 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. longTommy

    opening to a specific record in a form from a form

    pampers, i'd like the user to be able to click the button in the subform, but when i go to "form view" it disappears. anything i can do to change that? oh, BrGenCAJ, thanks for the suggestion, but that won't work for my situation since my master form will be opened independently of the...
  2. longTommy

    opening to a specific record in a form from a form

    k, i have the cmd button in the subform. i wrote the code and everything for it, but when i go into form view, the button disappears. i'm trying to make my button on the form detail go to the subform and setfocus on the subform button, and then execute the "openform" command. is that the...
  3. longTommy

    opening to a specific record in a form from a form

    pampers, not sure what you mean by "you need to put the button in the detail of the contiuous form (so you see it in every row)." that's where my command button is. by the way, what do you mean by "continuous form?" i tried using the wizard for a button, but it looks for fields that are on...
  4. longTommy

    opening to a specific record in a form from a form

    i worked with that, but the subform i have in the form doesn't have a unique primary key that will link to the ItemMaster form. if i open a query that links two tables together that will eventually get me to a primary key in the ItemMaster form, how can i specifically reference to that query to...
  5. longTommy

    opening to a specific record in a form from a form

    been working on opening a form from another form. (i had to read over that a couple times to make sure i got it right ha ha!). form setup: search button and criteria (self explanatory) subform (shows results from the search criteria) open ItemMaster cmd button (this is supposed to open...
  6. longTommy

    Searching by multiple parameters?

    is there a way i can put two parameters in the control source for my text box or do i need to go about it another way?
  7. longTommy

    Searching by multiple parameters?

    I edited my query but it doesn't do what i want it to do then. I guess i should explain my setup a little more. Text Box (1) Name: ItemLookUP Command Button (1) Name: ItemFind Subform (1) Name: Sub Query (1) Name: ItemMasterLooky I think my problem is in linking the the text box or...
  8. longTommy

    How do I make combo box display a value, not a blank?

    I think if you make it a text box instead of a combo box that might help. that is, unless you want to be able to select either the country or the phone code and display the other.
  9. longTommy

    Searching by multiple parameters?

    Hey all. (Access 2003) I've been trying to figure out how I can create a button within my form that will search a table by two different columns. The jist of it is: A form called "ItemMasterSearch" that I want to have a text box that I can type in a vendor part number or manufacturer part...

Part and Inventory Search

Back
Top