A
Allison
I'm trying to use a Visual Basic code to design a field
that is a result of two concatenated fields. Someone
suggested that I use something like this:
New Grant ID= FullGrant Number & ""Right(CAN,4) to bring
the fields together as one.(I'm not sure where this should
go) I also had a friend to show me a
Visual Basic code that concatenates two fields
based on names something like this:
Public Function Full Name() As String
FullName = FistName& "" &LastName
End Function
If I perform an event procedure that automatically fills
this field with the concatenated fields each time I open
my table how would I set this up?? Keep in mind I'm using
a make table query and all the other fields are from a
ODBC source. I added one field in the table and labled it
NEW GRANT NUMBER.
that is a result of two concatenated fields. Someone
suggested that I use something like this:
New Grant ID= FullGrant Number & ""Right(CAN,4) to bring
the fields together as one.(I'm not sure where this should
go) I also had a friend to show me a
Visual Basic code that concatenates two fields
based on names something like this:
Public Function Full Name() As String
FullName = FistName& "" &LastName
End Function
If I perform an event procedure that automatically fills
this field with the concatenated fields each time I open
my table how would I set this up?? Keep in mind I'm using
a make table query and all the other fields are from a
ODBC source. I added one field in the table and labled it
NEW GRANT NUMBER.