I can now close this thread. Thank you all for posting your comments. I appreciate how helpful this is!
I was told that all I had to do was to move a variable initilaiztion to a different area in the program. So the initialization:
topic_cat_id = pcRS("topic_cat_id")
had to be...
Yes I agree the top_cat_id is not changing for the record in question.
Top_cat_id is determined by the below sql statment which is in the first posting:
strSql = "SELECT mt_id, meeting_id, topic_cat_id, topic_id, notes FROM meeting_details WHERE meeting_id = 27 "
The second sql...
Here is the code that deals with getting the TopicCatagory.
This hides the topic_cat_id and shows only the topic_catagory.
The topic_cat_id from the main query(pertaining to the record) will populate this drop down. user can then select from the list to change the value if they want to.
The...
I have an asp program using a drop down menu. For the record in question(I am hardcoding for testing purposes) 2 detail records should be returned. This part is correct.
However because of the way I used coding to populate the drop down menu field(TopicCatagory), I am getting the same value...
Thank you for your help. I thought that was what I should do. I am using ASP with MS Access 2000.
How would I work the syntax for the @@Identity?
--
--
Below is my connection information:
DIM bSubmit, theserver, errorID, errorText
theServer =...
I have an asp form that will insert form values into two tables. In the db this is a master/detail relationship(meetings - > meeting_details) and I am going to build the form in asp the same way.
--
--
meetings(master table)-> meeting_id, meeting_date, quorum, visitors, notes...
I have installed windows 2000 professional (along with that came IIS 5.0 and frontpage 2000). All options were installed. I think the server is working fine as I can bring up the blue.asp page the sw wants me to bring up.
I have also checked and frontpage server extensions are installed...
Hi Randy and Pierre
Thank you for responding to my post! I am going to take your ideas this weekend and implement them. I did receive a reply on another way to do this via a temp table. It did work out great. If you would like to see the code I can attach to this thread or I can attach the...
I have a query that returns the below results (I am using a small sample of data):
levelid levelname bookid title
1 A 974 A zoo
1 A 500 Aaron and Steve
1 A 765 Amazing Animals
1 A 257 Avengers
1 A 430...
I have a query that returns the below results (I am using a small sample of data):
levelid levelname bookid title
1 A 974 A zoo
1 A 500 Aaron and Steve
1 A 765 Amazing Animals
1 A 257 Avengers
1 A 430...
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.