Search results

  1. E

    Copy textbox value into all empty records in field

    Hi, I have a data entry form (continuous) based on a single table, which appends data to another table through a query. This form has several filter buttons which helps the user to find the records he needs to enter data against. How can I build a button so that when clicked, it will...
  2. E

    Keep field in main form highlighted after focus is lost

    I have a main form (continuous) with a linked subform in the footer. Is it possible to keep the setfocus and highlight a specific field in a record on the main form and only loose focus when another record is selected, i.e. even after clicking somewhere else like the subform the record stays...
  3. E

    Search form with "AND" and "OR" combined

    Hi all, I have a continuous form with some controls on the form header to navigate the records. The first is a search textbox which can look for 'like' keywords in any of 3 of the fields. This works perfectly: Me.Filter = "[FunctionalLoc] Like '*" & Me.Text79 & "*' Or [Description] Like '*" &...
  4. E

    Hi from Western Australia

    Hello everyone. I'm fairly fresh in this business. Been getting into coding and DB's this year due to the need of managing asset data at my work. (I'm a mechanical eng). Anyhow, I'm busy building a fairly small app to manage statutory equipment on our site and will be asking for some advise...
Back
Top Bottom