Hi I'm trying to pull a random record from an access database. I'm using ASP and dreamweaver. Here is the code that I have generated:
<%
Dim Recordset1
Dim Recordset1_numRows
Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_MVTP_STRING
Recordset1.Source...
ok,
this seems like something that should be relatively easy to do but I cannot figure it out. I want to be able to click in a cell in excel and have a list of possible options come up. Once you click on the choice, that value will be placed into the cell. I do not want to create a separate list...
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.