Skip to main content
Participating Frequently
September 29, 2009
Question

user_id

  • September 29, 2009
  • 2 replies
  • 572 views

I have several tables I am using.   One is a user table another is education table.  The problem I have now is getting the user_id to be inserted into other tables.  I found a posting closed to my situation about using sessions to get the user_id, but am still having problems.  I have tried to use the simple recordset to get the user_id by selecting id and using session variables and mm_username as a filter.  Nothing is coming up can someone help me?

This topic has been closed for replies.

2 replies

David_Powers
Inspiring
September 30, 2009

Marking as assumed answered

Participating Frequently
September 29, 2009

Your question is pretty vague. Where is this id coming from? Is it the currently logged in user? Is it from the result of a query? What is the workflow of all this?

Participating Frequently
September 29, 2009

I got David Powers book and figureout what I was doing wrong.

Thanks