G
Guest
Okay, here goes...
I need to have a combo box automatically fill in once info has been input
into the box above it. The first box is called RLLNumber. I enter my data
in the format RLL-123. Once the RLL-123 has been entered, I need for the
RLLTitle to fill in. I also need the RLLTitle to show up in my table.
Right now, I am trying to code this to run from a query called RLL/Title,
but I don't know too much about coding. I've been reading other posts, and
what I've tried typing in to my Control Source field looks like:
=[LookedUpValue]=DLookUp("'RLLTitle'","RLL/Title","'[RLLNumber]= &
Me.RLL.Value '")
My Row Source Type is Table/Query, and my Row Source is RLL/Title Query.
This isn't working.
Any suggestions?
I need to have a combo box automatically fill in once info has been input
into the box above it. The first box is called RLLNumber. I enter my data
in the format RLL-123. Once the RLL-123 has been entered, I need for the
RLLTitle to fill in. I also need the RLLTitle to show up in my table.
Right now, I am trying to code this to run from a query called RLL/Title,
but I don't know too much about coding. I've been reading other posts, and
what I've tried typing in to my Control Source field looks like:
=[LookedUpValue]=DLookUp("'RLLTitle'","RLL/Title","'[RLLNumber]= &
Me.RLL.Value '")
My Row Source Type is Table/Query, and my Row Source is RLL/Title Query.
This isn't working.
Any suggestions?