B
benjaminkmartin
I think this is really easy to do, I just don't know anything about
coding, so I don't have a clue.
I have a form with 5 fields that looks something like this...
Vehicle Name = A <---Combo box (A or B)
Vehicle ID = 1 <---Autopopulated filed based on letter
chosen. A=1, B=2
Location Name = a <---Combo box (a, b, c, d, e...)
Location Code = .01 <---Autopopulated filed based on letter chosen.
a= .01 b = .02 etc...
Location ID = 1.01 <---Autopoulated based on Vehicle ID + Location
Code
I have the first 4 fields working fine, it's just the last one I'm
having trouble with. How do I autopoulate this text box? I even put
the periods in the location codes so that I don't even have to worry
about that when combining the two fields...
coding, so I don't have a clue.
I have a form with 5 fields that looks something like this...
Vehicle Name = A <---Combo box (A or B)
Vehicle ID = 1 <---Autopopulated filed based on letter
chosen. A=1, B=2
Location Name = a <---Combo box (a, b, c, d, e...)
Location Code = .01 <---Autopopulated filed based on letter chosen.
a= .01 b = .02 etc...
Location ID = 1.01 <---Autopoulated based on Vehicle ID + Location
Code
I have the first 4 fields working fine, it's just the last one I'm
having trouble with. How do I autopoulate this text box? I even put
the periods in the location codes so that I don't even have to worry
about that when combining the two fields...