sheppardpg
Technical User
I am creating a Make Table Query "tc_TelecomMakeTable" to make the table tc_TelecomExport. There is a field in the table named "Comments". The "Comments" field in the table needs to have the data type of Memo. The "Comments" field in the query is labeled with an alias "Comments:""" and assigned no value.
If I use a field from an already existing table as a test for the Memo Object it works, but when I change it to the alias I can’t figure out how to grab the AS Comments from the SQL statement. Remember this is Access I'm working in.
Public Function datatype()
MEMO (Comments)
End Function
What I think I need is to do is assign the data type of Memo to the Alias field in the Query.
Sincerely,
Phil S.
If I use a field from an already existing table as a test for the Memo Object it works, but when I change it to the alias I can’t figure out how to grab the AS Comments from the SQL statement. Remember this is Access I'm working in.
Public Function datatype()
MEMO (Comments)
End Function
What I think I need is to do is assign the data type of Memo to the Alias field in the Query.
Sincerely,
Phil S.