I
Irwin109
Ok so here's my idea, someone will no doubt say "Jus' put it in one table',
if you're that someone save your fingers the effort of typing, I don't want
to!
Here we go!
Ok, so when I make a new client the GP's ID is chosen via a subform of the
GP table, so in the client table the only GP info' that is saved is the ID.
(this is done using - Me.GP_Dentist_ID.Value = Me.GPList.Column(0))
In my client search I want it the other way around, so the ID will bring up
the name, place of work and telephone number into three, currently, unbound
boxes:
GPName
GPWork
and GPTel.
I had the idea in my head that this can be done via a query, but there's
probably a quicker/easier way in VBA. I've been playing around a bit but come
up with nothing.
I can probably explain this better after I get asked some question.
Help is appreciated!
if you're that someone save your fingers the effort of typing, I don't want
to!
Here we go!
Ok, so when I make a new client the GP's ID is chosen via a subform of the
GP table, so in the client table the only GP info' that is saved is the ID.
(this is done using - Me.GP_Dentist_ID.Value = Me.GPList.Column(0))
In my client search I want it the other way around, so the ID will bring up
the name, place of work and telephone number into three, currently, unbound
boxes:
GPName
GPWork
and GPTel.
I had the idea in my head that this can be done via a query, but there's
probably a quicker/easier way in VBA. I've been playing around a bit but come
up with nothing.
I can probably explain this better after I get asked some question.
Help is appreciated!