Search results

  1. G

    Adding a new field in a form.

    Thanks Coryt, Worked great.
  2. G

    Adding a new field in a form.

    I have a main form that I created. I have several tables that are linked within the form. Later I needed to add another field into the form. I was thinking about creating a text box and connecting it to the new field through it's control source but I'm not sure if this will work or how to...
  3. G

    Show the most recent records.

    I was thinking about eliminating all others in a form view while still keeping the old info in the tables. Is there something like: sort by ID DATE(desc) if first.id then keep
  4. G

    Show the most recent records.

    I have several tables linked together to a parent table(baseline2). My form draws from these other tables which have IDs that match up with IDs in baseline2. When I search through my records I need a way to only display the most recent information. If it could be done some way with the...
  5. G

    Problems with using command buttons.

    Thanks to everyone who has helped with this problem. I found the answer I was looking for from a co-worker. It was my lack of experience with relational databases that seemed to be the problem. I have a parent table with many child tables linked with a one-to-many relationship. When I was...
  6. G

    Problems with using command buttons.

    Thank you for giving me a little insight into why this code is obsolete. I have tried using the RunCommand code that you gave me Ghudson but I'm just receiving the same error message with "RecordsGoToNew" instead of "Paste Append".
  7. G

    Problems with using command buttons.

    I am only a student and haven't done any VBA coding. I have only peeked at VBA and don't know how to write it. How do I go about changing the code.
  8. G

    Problems with using command buttons.

    I have been using the command button wizard to make several buttons on my forms. The navigational buttons work fine but others do not. When I create a 'duplicate record' command button using the wizard and then try to use it I receive an error message that says. ."The command or action 'paste...
Back
Top Bottom