Hey guys,
CG is the greatest out there!
I'm just starting playing with it and I love it. I'm not that good with coding : )
My question is:
I have two tables: 'posts' and 'users'
I was able to set relationship and all works great when I do crud operations on these tables. One problem I have is:
I have to select the user id in the dropdown box to insert post into correct users table, e.g. tell GC to insert new post where
user_id is by selecting it from the correctly populated dropdown box which has a user_id.
Can this be done automatically so that I don't have to select the user_id manualy from the dropdown box?
Thanks a lot!