Search results

  1. H

    Opening multiple forms in one window

    I have a button that opens two separate forms when clicked. I have them set to pop up, but is it possible to have them pop up in the same window in a tabbed or similar format instead of in two separate windows?
  2. H

    "Simple" date question

    I got the combo box working. However, it appears to be storing "8" in the table instead of "August"...is there a way to change that? Either way, thanks to both of you.
  3. H

    "Simple" date question

    Using Ranman's suggestion and then yours, pbaldy, gets me to a point where the combo box on form open defaults to 8. Two problems with this, one I would need it to display August, not "8," and two and more importantly, as soon as I change any of the other combo box values on the form, the "8"...
  4. H

    "Simple" date question

    Without having had the time to try it quite yet, that would seem to solve the data type error (I assume use a text data type?), but it doesn't seem to set it so the default month appears in the text box. Am I missing it?
  5. H

    "Simple" date question

    I have a combo box on a form which I would like to default to the current month (August for example) but which also has a drop down for the user to choose a different month. The problem I'm having is that if I set the field in the table as a Date/Time, it gives an error when trying to store a...
  6. H

    Populating text box based on combo box - separate form

    Wasn't even using a query to populate the combo boxes but am using one now :banghead:. But still not sure how to proceed off of what you said - can you dumb down (even more)? Here is the Row Source for the combo box that I want copied to the other form if it helps: SELECT...
  7. H

    Populating text box based on combo box - separate form

    Hello all, The main issue I'm having is trying to populate a text box based on a combo box selection. I've found threads on that - the twist that is throwing me for a loop is that I'm dealing with two different forms. I have a main/welcome form with two combo boxes on it. Based on the user's...
Back
Top Bottom