Search results

  1. W

    Combo Box

    I have clicked on the combo box in design view... opened the property shee for it and typed in ="No" in the default value... but it still is selecting different values automatically when I open the form
  2. W

    Option Buttons

    Alright.... here is what I have so far... I am also having trouble on a another topic as well http://www.access-programmers.co.uk/forums/showthread.php?t=130004&goto=newpost Im really trying to do all these things myself... believe me im putting in the hours... but Im new at this stuff...
  3. W

    Option Buttons

    what version should I be saving this file in.... Im running 2007 and have the option of saving the file to be compatible with 2002-2003 or 2000
  4. W

    Option Buttons

    ummm.... I named the option group as " Main_Filter " I opened the form in design view opened the "property sheet" and selected my "main filter" under the "event" tab clicked on the "event procedure" next to the "On Click" This opened up the Microsoft Visual Basic program I entered in the code...
  5. W

    Combo Box

    I have a Combo Box with a drop down menu of 3 Choices..... how do I set it up so that one my choices are chosen by default, incase the user doesnt select one..... right now the drop down menu is just blank unless an option is clicked on
  6. W

    Option Buttons

    Great, thanks for the help, but..... Now I cant seem to get these buttons to filter the results in the same form that are displayed below... I want one radio button when selected to show all records and the other button to show only quotes in progress.... the following code for that should...
  7. W

    Option Buttons

    I have 2 Option Buttons on my form... the 1st option button filters out the data below to show only work orders in progress.... the 2nd option button is set up to show all current and work orders in the past... my problem is that you can select or de-select both buttons... I want to set it up...
  8. W

    Open Form "B" Data to Match Form "A" Data

    Great, I'll give it a try
  9. W

    Opening an Access Program without Opening Microsoft Access

    Thanks, there are lots of previous threads about hiding the application window
  10. W

    Open Form "B" Data to Match Form "A" Data

    Thanks for the reply.... I have looked at the link for the Dlookup... but im new at this access stuff... where do I enter in that command... under the control source? (I am using access 2007)
  11. W

    Opening an Access Program without Opening Microsoft Access

    Sorry... the question was a little vague.... I have created a DB program that will be shared throughout my office... but I would like to run the program without having microsoft access running in the background. So my pop-up forms would be visible but the microsoft tool bars, ribbon, and all...
  12. W

    Opening an Access Program without Opening Microsoft Access

    I am very close to completing a DB Program.... How can I create a desktop Icon that will Launch my Program without Loading Microsoft Access along with it???
  13. W

    Open Form "B" Data to Match Form "A" Data

    These links are relevant to my question... I have already figured out how to pass the data from one form to another... but I havent been able to figure out how to edit and change the data in one form with out affecting both forms.
  14. W

    Open Form "B" Data to Match Form "A" Data

    I have created Form "A" to record all data necessary for creating a quote. When the customer wants to go ahead with the Purchase then Form "B" a Work Order can be opened by the click of a button on Form "A" the Quote. I would like the description from the quote to automatically show up on the...
Back
Top Bottom