Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / General 2 / July 2007

Tip: Looking for answers? Try searching our database.

Make Table Query Question

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Joe Blow - 21 Jul 2007 05:19 GMT
Hello All:

Access 2003

I have a make table query and one of the field is a $$$ dollar amount.
I set the properties to "currency".

However, in the table, the field type is "Number".

Any ideas why this is happening?

-Joe
Allen Browne - 21 Jul 2007 07:31 GMT
You could try typecasting the field in your query.

For eample, if the design view shows the field like this:
   Amount: [Quantity] * [UnitPrice]
try changing it to:
   Amount: CCur(Nz([Quantity] * [UnitPrice],0))

In general, the better solution is to design the table the way you want it,
and then use an Append query to populate it, rather than a Make Table.

Signature

Allen Browne - Microsoft MVP.  Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

> Hello All:
>
[quoted text clipped - 8 lines]
>
> -Joe
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.