I'm facing a problem when creating my first app and I hope I don't go too deep asking for help in this.
I created a table named WrestlerData which contains every detail of a wrestler. Name, Age, Weight and move-set, for the move-set there are multiple fields with multi drop-down lists where I have multiple values to choose from. By creating the data page the user fills in this data and creates a new entry on the database. Until here, everything is fine.
But afterwards I want to give this user the possibility to modify this data. I create a update single record data page and i configure it to my own liking. Until here is everything fine. But I would like to know if there is a way to change the values in those moveset dropdown list as the wrestler develops he will gain more moves to choose from and can update his entry on the database given the moves that he already knows. I created a new table containing for example PEDROBENMOVES and here I listed Standing (SML) field and Standing (MED) field and filled the data with the multiple values(moves) on each field. I would like to link those values in these table to the update datapage so as the user logs to update his database record he has acess to all the his known moves in order to update his entry. But I didn't manage a way to do it... :S
I would also like as the user picks up a certain move in a field to present that value as a field later on the form, is that possible?
Sorry for my English. With the best regards,
Pedro Benevides
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Profeta
I'm facing a problem when creating my first app and I hope I don't go too deep asking for help in this.
I created a table named WrestlerData which contains every detail of a wrestler. Name, Age, Weight and move-set, for the move-set there are multiple fields with multi drop-down lists where I have multiple values to choose from. By creating the data page the user fills in this data and creates a new entry on the database. Until here, everything is fine.
But afterwards I want to give this user the possibility to modify this data. I create a update single record data page and i configure it to my own liking. Until here is everything fine. But I would like to know if there is a way to change the values in those moveset dropdown list as the wrestler develops he will gain more moves to choose from and can update his entry on the database given the moves that he already knows. I created a new table containing for example PEDROBENMOVES and here I listed Standing (SML) field and Standing (MED) field and filled the data with the multiple values(moves) on each field. I would like to link those values in these table to the update datapage so as the user logs to update his database record he has acess to all the his known moves in order to update his entry. But I didn't manage a way to do it... :S
I would also like as the user picks up a certain move in a field to present that value as a field later on the form, is that possible?
Sorry for my English. With the best regards,
Pedro Benevides
Link to comment
Share on other sites
3 answers to this question
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.
Note: Your post will require moderator approval before it will be visible.