Let me break it down.
I have a Form called : Patients
Fields- PatientID,Patient
name,Address,Dob,ssno etc.
I'm using my own navigational command buttons example,
AddRec,SaveRec,Delrec,NextRec,PrevRec
----------------------
I also have a Subform Called - Appointments
ApptID,ApptDte,Followupdte,diagnosis,etc.
In the subform There's the basic MsAccess navigational buttons, but would
like to use similar customed
navigational button like in the Patient Form vs the basic nav buttons. ( eg:
AddRec,DelRec - etc..)
( If I create a Footer and put a command button there or in the Header it
does not appear on the subform)
I hope this clears the air a bit.