Hi .. all the code works for updating a text field in the table, so inserting text is fine.orks great
Im just not sure how to up date a yes/no field (formatted as True/False) ...
I assumed that putting the word true as the update would work...
Hi im trying to updat an Access Db table (tasking)using a button.
It does work if im updating a text field but not when Im updating a true/false field. The code that im stuck on is "&update=true". This will place the text "true" into a text field but wont change the conditon in the True/False...
Hi .. I'm trying to do the following:
I have 2 tables, tblcustomer and tblorders.
I want the output to show the last order (tblorders.orderdate) date of the individual customers
===================================================
Select DistinctRow
tblcustomer.surname
From
tblcustomer Inner...
Hi .. I'm new to SQL and trying to do the following:
I have 2 tables, tblcustomer and tblorders.
I want the output to show the last order (tblorders.orderdate) date of the individual customers
===================================================
Select DistinctRow
tblcustomer.surname
From...
Thanks guys, it works great. Makitso, (openlist.Fields.Item("telcall").Value is true/false.
Code ------ this works great Many thanks Makeitso
<%
if (openlist.Fields.Item("telcall").Value) then
response.write ("<img src='../images/icons/mobile_phone.gif' alt='True'>")
elseif...
Hi ..
My page is connected to an Access DB running on IIS 7.
Im simply trying to show an image if the condition is true. I have 4 conditions looking at True/False fileds in the Db..
Ive Tried this code but no real luck ...
Just get error
/fusion/css/Z.ASP, line 187
elseif...
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.