Hi,
Welcome. As for the tutorials, I rather don't know how what you've been using/planning to use for to build your site PHP, ASP....? Search for the corresponding term on the net and you'll get plenty of hits.
In the help files (or on-line) you might also want to check
1) how to open an ADODB connection to the underlying database
2) how to open an ADODB recordset
(concatenating values from the dropdown boxes, etc might look like
Code:
select * from table1 where field1= '" & MyComboBox.Text & "'....
Also check a number of relevant links here
http://www.xtremevbtalk.com/showthread.php?t=39722
When you have more concrete questions, don't hesitate to come back.
Regards,
Shurik.
p.s. By the way putting Access database behind a web-application is not the best idea to say the least. I think you'll have to overweigh using another database.
|
__________________
"A diaper is not like a computer that makes satisfying burbling noises from time to time, hinting at great inner complexity." Malcolm Gladwell
"I'm sitting here completely surrounded by no beer." Onslow, 'Keeping up appearances'
Last edited by Shurik12; 12-28-2007 at 03:09 AM.
|