Search results

  1. D

    Sub-form, double click on record to open…

    Hi everyone, I am stepping into sub-forms (Finally). I am creating a form to perform administrative functions (Verifying/closing records) on my DB. What I need some help on, is filtering the records for editing (in the sub-forms), I'd like to have one (maybe two) TextBox/Controls where I can...
  2. D

    Finicky code

    Hi all I am having a problem with code I am using to build ID's (stored as text). I am using it in several Forms (a couple with cmdButtons and one "beforeInsert", I am just changing the "prefix", table and field/control names as required (the sequence number starts at 0001 at each month change)...
  3. D

    Finicky code

    Hi all I am having a problem with code I am using to build ID's (stored as text). I am using it in several Forms (a couple with cmdButtons and one "beforeInsert", I am just changing the "prefix", table and field/control names as required (the sequence number starts at 0001 at each month change)...
  4. D

    Table design question

    I have a "Users" table and in a new DB I am creating. I have two issues I an looking for suggestions/comments on. First I have various data entry forms that have or will have combo boxes for names of users that enter the data and I only what certain users available in the different forms/combo...
  5. D

    Split Form (no autonumber)

    Hi, This is my first post here. I'd like to say that I'm new to VBA and am learning. I have a text value (letters and numbers) that is my primary key (be nice) and I am having trouble switching from one form to another (same table). I know it has something to do with querying the record when...
Back
Top Bottom