Microsoft
Software
Hardware
Network
Question : Access 2007 Query with Alias
I'm using Access 2007 and have a query where I'm adding a new column in the following manner: Var2: Nz([var1],0). The Nz function is needed because of the nulls in the field Var1. The problem I'm having is that Var2 comes out as a text variable not a numeric variable like Var1 is. I want Var2 to be numeric. I've tried putting a format function in front of the Nz([var1],0) but either I don't have the right syntax or that approach just doesn't work.
Any suggestions?
Answer : Access 2007 Query with Alias
I mean:
Var2: Val(Nz([var1],0))
Random Solutions
UNION and NOT EXISTS
Microsoft Outlook 2007: Contacting the server for more information.
Refresh rate problem booting Ubuntu
Setting domain to sync with internet time
Can't see all the XP systems on my network in workgroup
cannot telnet port 25 from webserver
docmd.runsql insert into question
Drop connection to DB using Backup Exec 10.0
If record count is 0 then enter value in field
Inner-office Instant Messaging Suggestions (trying to avoid MS Live Communication Server)