Search results

  1. mattbland

    refresh every so often

    couple of questions: ive got a db with two forms both linked to the same table - edits allowed, and no-edits. 1) if the edits form is updated, will the update be shown in the no-edits form? 2) is it possible to insert a refresh that automatically refreshes every 5 or 10 mins (hopefully...
  2. mattbland

    disabling design view

    is there a way to stop users from accessing design view of a form? maybe with a password so it can be accessed??
  3. mattbland

    Quick question?

    is it possible to stop any edits in certain fields in a specific form without disabling them or making them invisible? i say this because i have a search facility on the same form and want to use it but dont want the information produced amending by people without the proper clearance. I have...
  4. mattbland

    more search woes

    ive got a combo box and a textbox both unbound for finding a particular field. what i want to happen is select either 'product code' or ingredient name' from the combo box, and then search either of these fields as the filter i am using only searches either a numeric field (product code) or...
  5. mattbland

    damn image n combo's

    ive got a selection of images which appear/disappear using the .visible command, which is run from the values in a combo box. When i move from record to record, the values change but the picture doesnt. How can i solve this? ive already had to cut and paste the original code for it into the form...
  6. mattbland

    read-only refresh

    the database i am producing will be constantly updated - but a 2nd terminal in a warehouse needs the info in the database for their work - they wont be allowed to modify the data just read what is says - how can this data be updated with two copies opened at the same time??
  7. mattbland

    combo boxes n images

    In the database i am developing, i need a combo box to bring up a specific image file, depending on which value is selected in the combo box. Is this possible??? :confused: Im stumped!:confused:
  8. mattbland

    search

    hey again, im tryin to create a search facility which will bring up a particular field in my database (very simple, i know) but i can only get it to go to a record if i specify the record no in the code. I cant get the expression to add to findrecord command. This is the command line...
  9. mattbland

    text box troubles

    Hey, This probably sounds really stupid but im tryin to get a line of text into a text box once a condition has been met, but so far to no avail! this is the code im using: Private Sub Status_GotFocus() If Val(Min_stock > Act_stock) Then Status.Text = "Urgent - Below Minimum Stock"...
Back
Top Bottom