E eremyja Jun 16, 2008 #1 im creating an online regestration form and was wondering if there is any way to make one button that submits and creates a new record.
im creating an online regestration form and was wondering if there is any way to make one button that submits and creates a new record.
R *raul* Jun 16, 2008 #2 You can insert a new record in an access database located in a server, using asp. Asp runs in Windows servers. There are a lot of tutorials about this, just google "asp access insert record" for example: http://www.stardeveloper.com/articles/display.html?article=2000040101&page=1 Also, if you can use Frontpage, there are some wizards to create asp pages and connections to the mdb (in "New > Website templates" or something similar - sorry I have Frontpage spanish version). Good luck
You can insert a new record in an access database located in a server, using asp. Asp runs in Windows servers. There are a lot of tutorials about this, just google "asp access insert record" for example: http://www.stardeveloper.com/articles/display.html?article=2000040101&page=1 Also, if you can use Frontpage, there are some wizards to create asp pages and connections to the mdb (in "New > Website templates" or something similar - sorry I have Frontpage spanish version). Good luck