Search results

  1. B

    Opening reports

    I want my reports to open in %75 view. I dont want to simply specify "maximise" in the macro. How cud i do this ?
  2. B

    Add record and print button

    i want to have an option for add and print on the same button. At present when you add a record the record vanishes from display. I want to be able to click the button, then for it to add it and print at the same time how is this done ?
  3. B

    Cascading combo boxes

    Ive got 3 bound combo boxes on my form. I have managed to get the 1st and 2nd combo box to work but i cant get the 3rd one. box 1 is simply a dropdown menu with 2 options so no coding requried. box 2 I have the following code which works fine : Private Sub fault_type_detail_1_AfterUpdate()...
  4. B

    Default error messages

    I have a form for which to submit an item. On filling partially filling in the form and selecting the "back" button it throws up the error message. i want it to say somethingmore helpfull to the user. i tried to use the "on error function" with no luck. a macro is in use for this cmd button...
  5. B

    Input masks

    ive set up my database and now that it seems to be working correctly, i want to give it input masks. Ive put in the masks but for some reason they dont implement when running the program. I used the following masks ASSET TABLE Asset tag number 0000000 – Auto number Asset make !>L< Asset...
  6. B

    look up fileds

    i want to arrange my menu options in a tree like structure. Its for a fault logging system so for example we select the softwar option then it should display options relating to it, and the same for the hardware option. Do i need to use filters for this ? Ive tried to do it for a few days but...
  7. B

    Menu systems

    Ive set up a fault logging system. I want the user to select either "software" or "hardware" from menu 1 and depending on the choice it displays a different set of options on menu 2. Now is this done in a wizard or do i have to use "if statements" and code it myself ?
  8. B

    help my normilisation

    hi guys im realy having trouble woth this normalisation. Now I dont expect the answers but could someone cast their eye over what ive got so far and tell me if im right. UNF Fault ref Date submitted First name Surname Telephone Email Fault details Floor number Room number Priority Fault type...
Back
Top Bottom