Recent content by dcc15

  1. D

    Sub-form, double click on record to open…

    Thanks, I was able to figure it out, the example DB seems to have some interesting features (I've saved it). Thanks,DCC
  2. 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...
  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

    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)...
  5. D

    Table design question

    Group Table? If I were to make a group table, say 5 groups and I have a user that will be in 3 of these groups (a couple of users may be in all of the groups) how are you suggesting I associate the users to the groups if not check boxes, I'm not visualizing the association method. Of course I...
  6. 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...
  7. D

    Split Form (no autonumber)

    Short Tutorial- Thanks I actually understood that, thanks for the explanation. DCC
  8. D

    Split Form (no autonumber)

    Solved, Thanks (those darn quotes) I knew it was those quote marks, I'm still trying to figure out how/when to use them. I tried this (a few times) just couldn't get the quotes right. Thanks alot, any suggestions on good material about those darn quotes single/double, anyway thanks again! DCC
  9. 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