dandavis1
Posts: 18
|
| Posted: 06/23/2007, 5:49 PM |
|
Hi, in your Quickstart Tutorials (Located here: http://docs.codecharge.com/studio3/ccs3qst.pdf) the manual references a lookup in what appears to be a SQL database as follows:
tasks.user_id_assign_by.Value = CCDLookUp("emp_name",
"employees", "emp_id=" &_
DBIntranetDB.ToSQL(tasks.user_id_assign_by.Value,
ccsInteger), DBIntranetDB)
Else
tasks.user_id_assign_by.Value
How do I do CCDLookup on an Access database on my web server? How do I fill default values of text boxes on my forms with values from a table in my Access database?
|
 |
 |
|