Hi all
I'm trying to put together my first app in access, (I'm a PHP/SQL programmer), but I'm having trouble.
Im basically doing a CD library for a friend who runs a dance class, linking dances to songs but I'm stuck at the first hurdle of getting the the CD's to work, I have the follow form called CDs
cd_t.CD_Title
cd_t.Library_Ref
--Subform--
--tracks_t.Track_No
--tracks_t.Track_Title
--tracks_t.Track_Artist
CD_Title is displayed in a combobox populated with the album titles from the database.
I can flick backwards and forwards using the standard control panel on the bottom no problem, but want the whole form to be requeried on change of the combobox, I've tried everything I can think of but cant get it to work. ie I want to select the database record from the list of CD titles.
My DB relationship for these two tables is cd_t.cd_ID -- tracks_t.cd_ID
Ive tried putting Form_CDs.Requery in the combo after update, but all that does is alter my database data, why??
Thanks for your help
I'm trying to put together my first app in access, (I'm a PHP/SQL programmer), but I'm having trouble.
Im basically doing a CD library for a friend who runs a dance class, linking dances to songs but I'm stuck at the first hurdle of getting the the CD's to work, I have the follow form called CDs
cd_t.CD_Title
cd_t.Library_Ref
--Subform--
--tracks_t.Track_No
--tracks_t.Track_Title
--tracks_t.Track_Artist
CD_Title is displayed in a combobox populated with the album titles from the database.
I can flick backwards and forwards using the standard control panel on the bottom no problem, but want the whole form to be requeried on change of the combobox, I've tried everything I can think of but cant get it to work. ie I want to select the database record from the list of CD titles.
My DB relationship for these two tables is cd_t.cd_ID -- tracks_t.cd_ID
Ive tried putting Form_CDs.Requery in the combo after update, but all that does is alter my database data, why??
Thanks for your help