Newbies nok Posted August 9, 2010 Newbies Posted August 9, 2010 Hi, I have been trying to figured this out, but have no avail. I have two tables, customers and services What i like to do is to list all services name record in list view, and have a button on each record. when the user select that individual record and click on the button, have that record send to the customer's table "service" record field. customer table - service, text field services table - service_name text field I would like to be able to sumit that record from table service (service_name) field to customers table (service) field name. thank you, sorry for my English
bcooney Posted August 10, 2010 Posted August 10, 2010 You need three tables: Customers Services CustServices ( a join table) Customers can have many services related to them, correct? http://fmforums.com/forum/showpost.php?post/320656/
Newbies nok Posted August 10, 2010 Author Newbies Posted August 10, 2010 Thanks for replay. basicly, it will be kiosk screen. Customer sign in with their name and phone number. than it goes to service selection screen. They can choose, hair cut, color, perm, and ect. Then it goes to stylist select screen, lisa, rupita, ect. if can figured out the service part, than i would repeat the same process for the stylist screen. Services have like hair cut, and in hair cut have short hair, long hair. Color have like long,short, ect... I am trying to do list view, because, i cant figured out how to display record on the button, it would be nice if i can somehow have record field like Joan shows on the button, and when they click the button, it summit that record to custom table field. i want to put it the customer table because, in waiting list, i want to pull all the record from customers. hope this helps thanks
comment Posted August 10, 2010 Posted August 10, 2010 Seems very similar to: http://fmforums.com/forum/showpost.php?post/355429/ and: http://fmforums.com/forum/showpost.php?post/300477/
Recommended Posts
This topic is 5279 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now