Format for new fields in query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a query that I've had to add 2 empty fields (NewCriteria and
NewMapping) that is exported to another database. When I open the design of
the table in the other database, the fields are formatted as Binary. How can
I export them in memo format? They are defined as

NewCriteria: Null (SQL = Null AS NewCriteria,)
NewMapping: Null (SQL = Null AS NewMapping,)

Thanks for your help -- you guys are GREAT!!!
 
Back
Top