roxannep
Technical User
- Jun 20, 2000
- 69
I am trying to set up a module that pulls the address information (address, city, st, zip) from a table called HOUSEHOLDS to the table called PLAYERS when I enter the phone in PLAYERS. It should compare it to HOUSHOLDS and pull the appropriate data if it finds a match. I keep getting an error for new records that don't yet have a match in HOUSEHOLDS. This is the second step. If there is not record in HOUSEHOLDS that matches on PHONE, then I need to have the address information from the current record I'm editing in PLAYERS copy into HOUSEHOLDS once I've entered the data in fields PHONE, ADDRESS, CITY, ST, ZIP.
Of course, I have it working great when it finds a match, just not when it's new and then needs to copy it for future use.
Of course, I have it working great when it finds a match, just not when it's new and then needs to copy it for future use.