Hi,
I have a database for hotels, and the users login with their userid, and I was wondering if it would be possible to create a drop down menu with options depending on that user (the options will be room types)? I have tried creating a 2nd .db file called roomtype.db where the 1st field is always the userid, and every field after is a room type. i.e. user001|single|double|twin
I have added a sub called build_select_field_from_other_db but for some reason the select field just shows the userid! Anyone know what i'm doing wrong? I can post the code if you want.
Reagrds
Ben
I have a database for hotels, and the users login with their userid, and I was wondering if it would be possible to create a drop down menu with options depending on that user (the options will be room types)? I have tried creating a 2nd .db file called roomtype.db where the 1st field is always the userid, and every field after is a room type. i.e. user001|single|double|twin
I have added a sub called build_select_field_from_other_db but for some reason the select field just shows the userid! Anyone know what i'm doing wrong? I can post the code if you want.
Reagrds
Ben