I am creating a small scale checkout asp site.
The user views a catalog page with items that have checkboxes (Created from SQL query from SQL 2000).
I would like to pass the values of all checked boxes to a second page being used as a conformation page.
I have worked on ths for about a week...
I am creating an intranet site that allows our users to check status of applications online.
If multiple records are found, I get mutliple asp generated forms. I am trying to add a count function to run prior to running my main select statement. If the count is more that 1 I want to generate...
I have a Public Folder, x. The default security is reviewer. Three users have owner, and 1 user has custom.
The custom user has random security on the contact records.
Some are fine and other are read only. Made the custom user owner, and the same thing happens.
Any ideas?
When trying to use to code below, I recieve a 500 error. The error occurs on the objMail.Send line.
Any ideas?
intIndex = instr(txtEMail,"@")
if intIndex then
if instr(intIndex + 1,txtEMail,".") then
strMsg = "Dear " & txtFName & " " & txtLName...
When creating a new user account in W2K domain with Exchange 2000 SP2, when a new user account is created the mailbox is not created. This just started occuring and no changes have been made to the system.
Thanks!
Scott
Permissions on a public folder are interminnet. Three users are set to owner of a public contact folder. They randomly recieve READ-ONLY messages when trying to save. I have checked permissions. They are set to ADMIN. Could a ACL cause this type of error. It only happen to certian records...
I am trying to use a If then statement to make sure that a field is not null based on a combo box value. Thanks Scott!
__________________________________________________________
If Me.cboStatus = "Complete" Then
Me.txtDateComplete IS NOT NULL STATEMENT HERE???
Else
End If
I am trying to use to following code to check 2 txt fields against a table. (Security Manager) I keep getting and error 424 object required. Any Ideas?
Thanks!
***********************************************************
Private Sub cmdCheckit_Click()
On Error GoTo ConnectionError
Dim...
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.