Well, I think we can get though this. First, we need to have some info
available:
1. How do you know this is a record that will need another new record?
When the user enters a record as ICD (Inter-Company Deposit), this should
generate a corresponding record with ICR selected. The company and disburse
to fields entered in the first record should be carried to the new record but
reversed. The deposit amount should also be in the new record, but as a
negative instead of positive.
2. "automatically" entered with "different information" How will you know
what different information needs to be entered. Please see above.
3. If a user later needs to modify one of the records, will the other also
have to be changed and should it be "automatic" like the original entry?
If possible, it would be helpful if the related recorded was also changed
automatically.
4. If one transaction is a deposit, the deposit amount will be a positive
number, I assume. Would the withdrawal amount be a negative number? Yes.
5. Are deletes allowed? If so, and one record is deleted, should the other
be automatically deleted? Again, if possible. Both records would need to be deleted.
6. Will both transactions be in the same table? Yes
7. What is the name of the table(s) DailyCash
8. What are the names of the fields in the table that will be involved?
Index, Company, Date, TransType, CashAmount, DispursTo, Notes.
9. What are the names of the controls on your form that will be involved?
The only items on the form are the corresponding fields, which have the same
names.
10. Is this a single record form or a continuous form? Single record.
11. What is the primary key for your table? Index is the primary key which just automatically generates a number for each new record.
Thank you so much for all of your help, I hope I have given you a clear
enough picture.