santoshpc Posted July 8, 2008 Share Posted July 8, 2008 I am currently designing a website which accepts information puts it in a MS access database, retreives it and displays it in the required format... That part I have finished and this is what I have used : HTML with Javascript as input & php for entering info into database & php for retreiving it and displaying it... Now, I also have a database with the names and age, I want to change the input page in such a way that when a person enters just his name in the textbox and then goes to the next textbox field his age then it should be automatically filled in (by retreiving it (if its present) from the another MS Access Database...) I have no idea as to how to implement this!!! Please help!!! Link to comment https://forums.phpfreaks.com/topic/113675-solved-ms-access-database-and-form-autocomplete-help/ Share on other sites More sharing options...
ratcateme Posted July 8, 2008 Share Posted July 8, 2008 you need ajax (javascript) i would recommend using xajax if you have never done it before and don't have a good knowledge of ajax Scott. Link to comment https://forums.phpfreaks.com/topic/113675-solved-ms-access-database-and-form-autocomplete-help/#findComment-584179 Share on other sites More sharing options...
santoshpc Posted July 8, 2008 Author Share Posted July 8, 2008 Thanks a lot for your help! I'll get started going through xajax right away... Link to comment https://forums.phpfreaks.com/topic/113675-solved-ms-access-database-and-form-autocomplete-help/#findComment-584182 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.