Thanks for the info.. I guess I am just asking is it possible to have a link on my site that takes the user to the forum? I use FP as my primary web editor.. I don't have intentions on changing the look as of yet.
I am looking to start a support forum on my local intranet site, and I am not sure where to start looking.. Is there a easy way to create one, or do you have any suggestions of software I can purchase? I would like it to be based on a sign on to track who is using it and a admin section for...
Damber:
I tried the code that you sent me and I tested it and for some reason It does not delete the recor. I don't receive any errors, it just refreshes the page with the same record I tried to delete.. Did I do something wrong?? Below is the syntax I used.
<%
SQL = "Select ID, f01...
Hi,
I am currently working on a simple program that displays records from a MS Access database. I want the user to be able to delete a individual record if they choose to. I get stuck at the point where I need to delete the record. Here is the code I have so far. Any advice would be...
I figured out what the problem was. The stampdate was set as text instead of date/time in the access database.. I changed that and it displayed in the correct order.. Thank you for your help.
Unfortunately that didnt help.. I still had the same problem.. Here is my code listed below:
<% Dim db, rsdept, sql
Set db = Server.CreateObject("ADODB.Connection")
db.Open "forms"
Set rsdept = Server.CreateObject("ADODB.Recordset")
sql = "SELECT DISTINCT stampdate FROM...
I have a simple .asp page that displays dates in a dropdown box from a access database. There is one slight problem.. The dates are not in ascending order. It is in ascending order in access, but I can't seem to figure out what the problem is.
ie.
1/1/05
1/10/05
2/2/05
2/23/05
2/4/05
Any...
I have a very simple access database running for one of my pages that sends the dateposted to a .asp page. Here's the deal.. In access the dates are sorted in ascending order, but in the .asp page instead of the dates showing in the order as seen in access the dates are completely out of order...
I have been practicing writing a form to a access 2003 database. If the user places an (') (ie. dave's house) in a text box and submit the form, when I go to the database the record cuts everything off past the (')(ie.dave). I have tried everything I know to figure this out. I am not sure if...
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.