Search results

  1. M

    How to Hide Duplicates in a Query for Just One Field

    I have a query where I need to hide all duplicates for just one field. There are a few duplicates in this field, but the duplicate records contain different data in the other fields in the query, so the setting the "Unique Values" property to "Yes" doesn't work. Is there some SQL code or some...
  2. M

    Update All Records With Command Button?

    I am trying to make a button for a form to update all the records it shows from its query with one command button, to avoid having to click on each record and click my "Update" button to auto-fill a field. Basically I have an 'if' statement based on whether a checkbox is Yes/No and if it is...
  3. M

    Open Form Button With Filter

    I have a form that prompts the user to select criteria so they can run their own custom queries. On that form is a button that allows them to launch a data entry form on just the records that they queried for. I'm trying to write 'stLinkCriteria' statement so that the form to be opened will be...
  4. M

    Populating Report with Unbound Form Data

    Here is what I'm trying to do: I have a report that is using a query as its record source for some information to be populated in the report. I also have some additional report fields that will be populated by a data entry form that is unbound to a record source. On my report design, I have...
  5. M

    Record Tracking Function Not Working After Conversion to Access 2007

    Can anyone help me out try to debug this code? I have a SubFunction that tracks changes made in some data entry forms by recording what was changed, the user that made the change, dates, etc. It all worked fine in the ".mdb" version of my database but when I converted to the new ".aacdb"...
  6. M

    Query Criteria Parameters: Running Out of Characters

    I have some pretty length criteria entered into a query as IIf() statements and I am running out of room on the first Criteria line for some of my fields. I'd rather not use multiple criteria lines for query parameters so is there a way to tell the query to look up its criteria from a VBA...
  7. M

    Form of Check Boxes to Filter a Query...HELP

    Ok, so here is my situation...(and bear with me, I don't have that much experience with VBA for Access) I want to make a form that gives my client the ability to select from a bunch of 'check boxes' and when the client hits a command button "Run Query" it will filter a master Query (named...
  8. M

    Command Button to Open AND Filter Different Form

    I have tried my hand at the VBA code to fix this, but I admit I am a novice in VBA. Hopefully one of you can help me out. Here is what I want to do: I have a form that only has command buttons that represent pieces of equipment in a laboratory floor plan layout (i.e. one button represents one...
Back
Top Bottom