rgomez1999
Technical User
I'm working on a project where my clients come everyday to see me. On my form I have a field called Date of Visit (short date format) with the source as being =Date() which puts in today's date (PC Date). Then I have a command button that prints a billing form but I'd also like this command button to post that visit date into a history table. So when I ask Access how many visits did John Doe have in May 2000 I can get those dates that he came. I tried creating a separate table called tblHistoryVisits and the PatientID is the primary key for that table and the main patient table. In my patient table I added the field DateVisit and I also added that field to the tblHistoryVisits. I created a relationship with the PatientID as the source for both tables but it doesn't post the DateVisit from the main patient table to tblHistoryVisit.<br><br>Any help is appreciated.<br>