Whats the best way of setting a date field to add 1 year from the current date?
Using getDate() set the current date by default so I would imagine its just a matter of adding something between the brackets.
Thanks
In access 2007 im running a query and need to export the fields with quotes around them.
select productName, productPrice
from Products
needs to come out as:
"product1","price1"
"product2","price2"
etc...
Whats the way to do this? I know this is probably pretty basic but so am i right now...
Im trying to use an ID I get in my xml to add it to an <a href="">
link but am having some problems displaying this correctly. If I
display the xml element outside of the link it displays properly.
<a href="/Category.cfm?
categoryID=">#xRows.xmlChildren[name].productID#</a>
But when I add it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.