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...
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
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...
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...
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".
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...