arianhojat Posted May 26, 2006 Share Posted May 26, 2006 Hello all,I need to link to a Mysql database which ive done using MySqlODBC.but i also need to update the tables with Access interface for our employees (cant be a web app since they might be looking at many thousands of rows and they prefer Access as well.).I need data entry in rows to be 'smart' so when they update tables, they have drop downs linked to other reference tables. I dont have much experience with Access but saw a table(not a form or report) the other day where the drop down is linked this way, so they choose via a drop down from within the regular boring table interface. I was hoping to duplicate this by just making the Field a Foreign Key to a reference table in MYSQL. but Access still doesnt link directly but (although it will say the value you entered isnt in other table). By smartly i mean...Ranking Table has (rankingID, title)...1 Low2 Medium3 High4 RidiculousGirls_Ranking table (girlID, girlName, rankingID)1 'The Girl from the movie the 5th Element' 32 'Kate Moss' 43 'Tyra Banks' 34 'Angalina Jolie' 45 'Bette Midler' 1I want it so when you update the Girls_Ranking table in Access, there is a dropdown for Ranking.title (users never sees the rankingID), so choosing Medium from this Dropdown, will set the rows rankingID to be 2.I assume a QueryINNER JOIN has to be done, but then not sure how to do the drop down part from there. Quote Link to comment Share on other sites More sharing options...
arianhojat Posted May 26, 2006 Author Share Posted May 26, 2006 heh i probably need an advanced access tutorial getting checkboxes, n' drop downs to show up in tableview. or a custom form view that repeats (versus the default form that is 1 record per page). Quote Link to comment Share on other sites More sharing options...
fenway Posted May 26, 2006 Share Posted May 26, 2006 If you need help with access, you're in the wrong place. In principle, you should be able to pull the FKs from anywhere and put whatever text you want in the dropdowns/checkboxes. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.