If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > How to pass ASP value to Access database to do ...

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-15-02, 00:45
edmun3 edmun3 is offline
Registered User
 
Join Date: Sep 2001
Posts: 46
How to pass ASP value to Access database to do ...

How to pass ASP value (say x = 12 ) to Access database to do further calculation and then save in database.

a. ASP form value x = 12
b. Access database accept the value , and process it f(final) = ((12-x)/30)*7
c. the final value then will store in access database tblfinal.
Reply With Quote
  #2 (permalink)  
Old 12-15-02, 05:16
rnealejr rnealejr is offline
Registered User
 
Join Date: Feb 2002
Posts: 2,232
You just want to store a value in a database ? Just use ado. Is it more complicated than this ?
Reply With Quote
  #3 (permalink)  
Old 12-15-02, 14:39
edmun3 edmun3 is offline
Registered User
 
Join Date: Sep 2001
Posts: 46
If I can use Access VBA [accept] value from http form, this mean that I can move much more advanced then ... [put in data !!!!!!!!!!!!!].
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On