Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Ayoub,
When you say it does not work, what are the symptoms of the problem. What is the error message?
When you say it does not work, what are the symptoms of the problem. What is the error message?
AyoubSalhi
8 years agoQrew Trainee
Sorry if I wasn't too clear.
I don't have any error in my formula. The problem is that I'm not able to copy data from 'Requisition table' that are from other tables 'Vendor' and 'Requisition item' tables.
I want to copy data from 'Requisition' form to 'PO' form with a click of a button 'Make into a PO'
The requisition table has relationships with two tables which are : 'Vendor' and 'Requisition Items'.
The PO table has relationships with two tables which are : 'Vendor' and 'PO items'
Everything works great except :
copying the 'requisition items' from 'Requisition' to 'PO' & copying the 'Vendor' data from 'Requisition' to 'PO' .
No errors in my formula but these two lines don't seem to copy the data from 'Req' to 'PO':
I don't have any error in my formula. The problem is that I'm not able to copy data from 'Requisition table' that are from other tables 'Vendor' and 'Requisition item' tables.
I want to copy data from 'Requisition' form to 'PO' form with a click of a button 'Make into a PO'
The requisition table has relationships with two tables which are : 'Vendor' and 'Requisition Items'.
The PO table has relationships with two tables which are : 'Vendor' and 'PO items'
Everything works great except :
copying the 'requisition items' from 'Requisition' to 'PO' & copying the 'Vendor' data from 'Requisition' to 'PO' .
No errors in my formula but these two lines don't seem to copy the data from 'Req' to 'PO':
& "&_fid_34=" & URLEncode ([Requisition items])
& "&_fid_53=" & URLEncode ([Vendor])Is it because they are data from other tables (Foreign keys), they need a certain method ?