Forum Discussion
MarkShnier__You
Qrew Legend
4 years agoWhat field type is that user field? is it just a data entry field or is it being populated off a relationship?
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
GregoryBuschmey
4 years agoQrew Member
------------------------------
Ryan Buschmeyer
------------------------------
- MarkShnier__You4 years ago
Qrew Legend
Ah, syntax error
"&_fid_125=ToText(User())" &
should be
"&_fid_125=" & ToText(User()) &
you were trying to stuff the actual words of "ToText(User())" into that field. :)
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------- GregoryBuschmey4 years agoQrew Member
This worked perfectly. thank you very much!
(I knew it had to be something simple that I missed)
------------------------------
Ryan Buschmeyer
------------------------------