bmhamilton
New member
- Local time
- Today, 02:49
- Joined
- Aug 8, 2008
- Messages
- 3
I have two tables with a one-to-many relationship (it is actually a one-to-zero or one relationship). I have a form for each table. I would like to have a button on Table1 that goes to the corresponding record of Table2 or make a new record if it does not exist. I am currently using filtering, which works, but I would much rather not use filtering. I have been playing around, but my solution is starting to look very ugly, so there must be a better way. Any thoughts? (I am used to Java and still don't have my head around VBA unfortunately)