Howzit
Yes that is correct. You will also need to create the after update event procedure for the combobox using the dlookup from the earlier post.
Hi,
Is the dlookup to get the price from the tblAppointmentTypes?

Code:
Private Sub Combo14_AfterUpdate()
Me.CPH = DLookup("[CPH]", "tblAppointmentTypes", "[AppointmentTypeID]=" & Me.Combo14)
End Sub
I've tried the above in the afterupdate but it doesn't work
