Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by zyphon

  1. zyphon

    MS Access create table default values

    I have used the following query : CREATE TABLE messages([ID]autoincrement,[user] text,[message] memo,[topicID] integer,[msgdate] date,PRIMARY KEY ([ID])); which works fine. I need to find default values for the fields. Thanks.

Part and Inventory Search

Back
Top