I have the following ASP code which basically goes into the main database and lists all the databases tables. However i dont know how to output those results using the Response.write command. this does not work right now. How would I have to go about that. Thanks in advance
-CODE-...
I have the following ASP code which basically goes into the main database and lists all the databases tables. However i dont know how to output those results using the Response.write command. How would I have to go about that. Thanks in advance
-CODE- mydbdetails.asp
<%
Set dbconn =...
When I make the image as a link to my homepage it is surrounded by a blue border.
How can I make sure that when I make it a link it is not surrounded by that weird blue border.
thanks
the code is as follows
<tr align="left" valign="top">
<td height="85" colspan="3"><img...
I have a search box and one of the search criteria is Location (eg, NY, Los Angeles etc) Currently, the dropdown box in my search lists the location in an alphabetical order. How do I set my own order in the location drop down so I can arrange the order according to my preference instead on...
have a multisearch form performing a search on the tables based on what the users enters in the textboxes. The results are displayed in a texbox at the bottom of the page. tblTicketInfo is the main database. user_ID is a foreign key inside tblTicketInfo which has a lookup to user_ID inside the...
I have a multisearch form performing a search on the tables based on what the users enters in the textboxes. The results are displayed in a texbox at the bottom of the page. tblTicketInfo is the main database. user_ID is a foreign key inside tblTicketInfo which has a lookup to user_ID inside the...
I have a databse on MS Access. My database organization is a mess because i have like tens of forms open as a reuslt of the navigation. Is there any way that theres just one form at one time. As you click the link another form opens over the current. Its just like have a webpage and an...
I am getting an error : User Defined-type not defined on the third like Dim dbNm As Database. I am very new to VB and Access. I am trying to creat a method which searches the database based on the stuff entered in the textboxes and then opens a form with the results.
Private Sub...
I am lookign for designing a multisearch form where a user can search the database based on what is entered in the text box. There would be about three to four text boxes and a search button. i believe the search button would call an on_click fucntion which would search what was entered in the...
I want to have a multiple search functionality to search for 2-3 fields and display the results from a query which matches the words which were entered into the 2-3 textboxes.
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.