Create a new Column in Access by Query

vishan_rana

New Member
Joined
Feb 22, 2012
Messages
20
Hi Masters,

I have a text linked file in access, i want to create a table from link file with a new blank column in last with TEXT intiger.

i did it by Added_Column: (""), it put space in every cell and when i update data in that column by null criteria, it not update, mean not find any NULL cell in that colomn.

Pls help in get this problem resolved

Designed query used for make table not SQL.

Regrds
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Why don't you use "" for the criteria instead of null?

Or use Added_Column:Null.
 
Upvote 0
i used it "Added_Column:Null" but it return column intiger BINARY when table creates. i want that in text with null value
 
Upvote 0

Forum statistics

Threads
1,215,217
Messages
6,123,670
Members
449,115
Latest member
punka6

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top