J
John Martin
I am trying my hand at VBA programming. I created a database which included a
field containing the initials of the member of staff dealing with a patient. I
created a report which set out information including the initials of the staff
member. I amended the input form to include a combo box from which the user
selected the initials of the staff member. My report now shows a number instead
of the initials. I take this to be the reference to the table that contins the
initials. How do I replace the number with the initials on the report? I have
in mind something on the lines of:
If field = 1 Then
this control on the report = initials
End if
The main table is called "Patients" The field storing the allocated member of
staff is called "Case Open to". The table containing the initials is called
"Staff Members" and the field is called "StaffMemberInitials".
John Martin
field containing the initials of the member of staff dealing with a patient. I
created a report which set out information including the initials of the staff
member. I amended the input form to include a combo box from which the user
selected the initials of the staff member. My report now shows a number instead
of the initials. I take this to be the reference to the table that contins the
initials. How do I replace the number with the initials on the report? I have
in mind something on the lines of:
If field = 1 Then
this control on the report = initials
End if
The main table is called "Patients" The field storing the allocated member of
staff is called "Case Open to". The table containing the initials is called
"Staff Members" and the field is called "StaffMemberInitials".
John Martin