Jaymond Flurrie
Well-known Member
- Joined
- Sep 22, 2008
- Messages
- 921
- Office Version
- 365
- Platform
- Windows
edit. So far this seems easier than I thought.
Last edited:
CREATE TABLE atable (afield bit)
Looks good to me. NUMBER (Fieldsize = BYTE) might work too, as given here:
http://msdn.microsoft.com/en-us/library/ms714540(v=vs.85).aspx
With compression should only matter for Text or Memo. It compresses Unicode double byte characters to single byte storage when possible:
http://msdn.microsoft.com/en-us/library/bb177893(v=office.12).aspx