Hi, I am new in Access and coming along fairly nicely but I am trying to figure out how to take 2 fields in an existing form, named "carrier_name" and "trailer_number" (both text fields), and:
1) concatenate them into a new field called carrier_trailer automatically maybe when you enter the form??
2) The new field, "carrier_trailer" is displayed as reference only and not editable (not sure where this is done)
3) make sure the new field is trimmed so the data is together. For example:
Field "carrier_name" is 50 characters = "Freightway"
Field "trailer_number" is 35 characters = "12345"
New field "carrier_trailer" = "Freightway12345" w/no spaces or anything in between
Also, how could I add a time date stamp to a field so when the form is exited, a time stamp is added?
In another form, this new field will be used as an index to print only those bill of ladings from carrier/trailer # that the user enters.
Thanks in advance
1) concatenate them into a new field called carrier_trailer automatically maybe when you enter the form??
2) The new field, "carrier_trailer" is displayed as reference only and not editable (not sure where this is done)
3) make sure the new field is trimmed so the data is together. For example:
Field "carrier_name" is 50 characters = "Freightway"
Field "trailer_number" is 35 characters = "12345"
New field "carrier_trailer" = "Freightway12345" w/no spaces or anything in between
Also, how could I add a time date stamp to a field so when the form is exited, a time stamp is added?
In another form, this new field will be used as an index to print only those bill of ladings from carrier/trailer # that the user enters.
Thanks in advance