Al wrote: > Hi Foxgang. > Using VFP9 sp1. > I want to create a table that is unique name. That bit is not a problem. I > want it to be accessed as an alias name that is consistant. When you open a > table you have the alias tag to open as. I dont think a create table has > this alias but I am hoping someone will tell me thats wrong. So to save me > having to create a table, use it and open again with the alias, is it > possible ? > Allen It sounds like these are temp tables, and if that is the case, then why not simply create it with that name in the first place, then delete it after use. Even better yet, why not use a Cursor READWRITE, instead?
_______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

