Search results

  1. R

    search form

    hi all i need help with access 2007, im trying to create a search form where i want it to do the following, i chose a form i want to search using a combo box i then type the data that i want to search for in a text box e.g post code i then click search the search box then opens the selected...
  2. R

    form to table

    hi, is there a way for you to pick a selection from a combo box that will auto populate many tables with the same detail depending on which form you open next????. ok so let me elaborate, i have a central database that i use for many things, mailing, complaints, faults etc. this is a multi...
  3. R

    Quit Application

    hi all, is there anyway i can get a daabase with multiple forms to automatically quit application after say 10 minutes, but do it so that when say user a opens the form at 12pm and user b opens it at 12.05pm that both of these users will have ten minutes from when they each opened the database...
  4. R

    enable / disable check boxes based on combo box selection

    hi me again, im trying to enable/disable checkboxes based on a combobox selection for instance, i make the selection in a combo box called terms and conditions. i want it then to only enable the business,domestic and summary check boxes for that type, with the onther check boxes staying...
  5. R

    help with auto fill

    hi i need help auto filling one text box with the same details from another using a check box. i have two columns of text boxes on a form. one with the following, address line 1, address line 2, address line 3, address line 4 and postcode. and the other is installation address 1, installation...
  6. R

    autofill a bound box

    hi is there anyway or code to autofill a bound text/combo box for instance with the person who is working the database i have this code but doesnt work with bound boxes Me![Agent] = Forms("loginform")![cbousername]
  7. R

    need help with code

    hi, im building a database for mailing/ complaints/ faults (access 2007) and i need help with the vba (i think#) on it. ok so i have multiple forms and tables including a (loginform) which works fine, this users choose their name and type a password and it directs them to the (Mail merge)...
Back
Top Bottom