Search results

  1. P

    Run minimised.

    Am trying to run my database in a minimised state with all forms and reports as pop ups on the desktop. This works no problem with the forms as they have a pop up option, but does anyone know how i can do this with the reports? Thanks for any help you can offer.
  2. P

    Run Minimised

    Have now got a system that works brilliantly thanks in no small part by the help offered by you guys, but i can't stop myself tinkering in a vani effort to further increase me access and VB knowledge. Am playing around with setting up a shortcut to run the database minimised. With all the form...
  3. P

    Locking form after data entry

    Hi ...... again. Does anyone out there know of a way that i could add a button to a form that when activated would lock all data on that record so that users are unable to edit the data after it has been confirmed? Thanks for your time.
  4. P

    Password on Button

    Any ideas on how i could password protect a button so that it does not activate unless a valid password is entered. I'm assuming i will need to add some sort of code to the OnClick event property of the button, but have no idea what the code should be. Any help gratefully accepted. :confused:
  5. P

    Couple of small problems

    Guys, (and galls), i have a subform on a purchase order form listing all the specific product details for that transaction, however i want all transactions for that purchase order to go on the same record and so need to either remove or lock out the ability for the user to use the navigation...
  6. P

    Updated Combo Box

    Hi again. Another easy solution for you to point out for me. Have a main form that has combo boxes listing suppliers, originators etc. All combo boxes have a relevant button which enable the user to enter another form and add new suppliers, originators etc. However when the form is closed the...
  7. P

    Storing a combined form value to a table field

    Hi, I am trying to create a value on a form and then write it to a table field. ie. the user inputs first name and last name in two bound fields on a form. This then creates a users full name in a third bound field in the format surname, forename using a control source =[surname] & ", " &...
Back
Top Bottom