954,566 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Plz Reply

CREATE TABLE Persons
(
FirstName VARCHAR,
[Last Name] Text,
Gender int,
[Date Of Birth] DateTime,
MaritalStatus Integer,
IsMarried Bit,
PersonalIncome Money,
HouseholdIncome Currency
);

Can u plz tell me where I have to write this Query in MS-Access to craete the Table.

Yogesh Sharma
Light Poster
43 posts since Apr 2008
Reputation Points: 10
Solved Threads: 1
 

You can look at and therefore add / edit sql statements by clicking the SQL view or View SQL button in the design view.

PCResolver
Light Poster
25 posts since Mar 2008
Reputation Points: 10
Solved Threads: 3
 

Can u plz tell me in the more clear way,I m not getting.

Yogesh Sharma
Light Poster
43 posts since Apr 2008
Reputation Points: 10
Solved Threads: 1
 

This is how you do it in Access 2007. It will be similar in Access 2000 but if you want 2000 instructions please let me know.

Open your database
Select the "Create" tab at the top
Select "Query Design"
Close the "Show Table" popup
Select "SQL View"
Enter the code
Press "Run" and the table will be created.

Good luck

PCResolver
Light Poster
25 posts since Mar 2008
Reputation Points: 10
Solved Threads: 3
 

note: in 2007, you'll need to first click the button to create a Create Table query. Then click the SQL Viewer button. Enter your sql and click run to create the table.

jenny@okcinvest
Newbie Poster
2 posts since Apr 2008
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: