Variable type not in list

marathonlady

Registered User.
Local time
Today, 16:32
Joined
Jul 10, 2002
Messages
120
I need to define a variable in VBA as a memo field because the string type won't work due to the length of the field. How do I do this when 'memo'
is not an option in the list?

Thanks in advance.
 
Do you mean you need a VBA variable as a memo because a string is too small (not sure if this can happen, as I think strings have essentially no upper bound) or you need a db field as type memo, in which case you need to make the change in the table designer for the table, not in VB
 

Users who are viewing this thread

Back
Top Bottom