I have tried both of these but I get the same error message on both "The result of selection formula must be in boolean". Should I change the format of the field to text?
I am working on a If Else where I check if the value is X I show X-Text
Here is what I have
If {VW_GMAC_CCASHFR_CHECK_STATUS.PMTNUM} = 0 then "0-Shared"
This produces an error that a tell me a string is needed.
When I place "" around the 0, the report shows no data. How do I check for a...
I am trying to retain the values of an input box after I check to see if all required fields have been filled. If they are not, I want to display the data that they have already typed, and let them finish the form. Here is the Code that I have:
...
<html>
ETC.....
<% if Request("error") = "yes"...
How can I retain the values entered into a text field on a form that is submitted incomplete. The code I have below checks for an empty string and if any if the fields are emply, I Redirect back to the .asp?error=yes page. When there, the required filed that had been entered to are now cleared...
Thanks CCLINT for the tip; however, this will not work with the form I currently have. I have a form with 3 buttons. To do a excel transfer to access, I need an opened database. I am using access 2000, which is showing as an unrecognized database. Any other ideas?
How would I convert the Date type to format yyyymmdd
I have:
Dim strCGID As String
Dim yyyymmdd As Date
strCGID = "DA" & yyyymmdd
I would like strCGID to be DA20030926
However I am getting DA12:00AM
Here is what I have so far. I saw something like this in Thread709=492487. From that thread however, I don't see how I would create a .txt file form that.
Dim intCounter As Integer
Dim my_Connection As ADODB.Connection
Dim my_Recordset As ADODB.Recordset
Dim strConnection As String
Dim strSql...
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.