Can someone please help me with NO CODE please?
I have a CustomerID table that is linked one-to-many with a DailyEntry table by CusID.
I would like a form that allows the user to type in the CusID and the names will autofill from the CusID table. I also want the subform to display all the DailyEntry records for that customer. If the CusID does not exist, I want the form to create a new record from the CusID and the names that would have to be entered by the user.
I can do a data entry form with a subform, and I can do the autofill using a query for the CusID and soucing the name boxes to the query columns, but I can't seem to get them to work together.
Thanks and, once again, no code please. I am a novice.
I have a CustomerID table that is linked one-to-many with a DailyEntry table by CusID.
I would like a form that allows the user to type in the CusID and the names will autofill from the CusID table. I also want the subform to display all the DailyEntry records for that customer. If the CusID does not exist, I want the form to create a new record from the CusID and the names that would have to be entered by the user.
I can do a data entry form with a subform, and I can do the autofill using a query for the CusID and soucing the name boxes to the query columns, but I can't seem to get them to work together.
Thanks and, once again, no code please. I am a novice.