SteveStew444
New member
- Local time
- Today, 09:16
- Joined
- Oct 28, 2024
- Messages
- 10
Hello AW!
I hope Everyone is well.
Table A has 100 records with Key AutoNumber field named DecisionID.
Table B has 60 records with Key AutoNumber field named BetID.
When a form opens I would like the Event Procedure to run some code that Adds 40 more blank records to Table B to match the number of records in Table A. The code will need to check if the Tables already contain the same number of records and then nothing needs to happen.
Thank you in advance for your help!
I hope Everyone is well.
Table A has 100 records with Key AutoNumber field named DecisionID.
Table B has 60 records with Key AutoNumber field named BetID.
When a form opens I would like the Event Procedure to run some code that Adds 40 more blank records to Table B to match the number of records in Table A. The code will need to check if the Tables already contain the same number of records and then nothing needs to happen.
Thank you in advance for your help!