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
limtied access in rhel server using firewall
Sendmail & POP via IPTABLES
VBA to add formula with relative reference as opposed to absolute.
Assistance with DOS script
How to enable this option in sql server agent in SQL2005
Where are wireless network connections stored - and can I addone by script
Excel 2002 PivotTable grand total
pattern match in shell script
Exchange 2003 message receive limitation problem
Edit proxy settings in Tools, Internet options on a remote computer (from my pc)