D
|
Dale 3/5/2007 |
Good News, |
T
|
thesofa 3/6/2007 |
I have a feeling the answer to this is no but I'll ask anyway. The particular project I'm working on is a list of science stories on the web. The main table is updated weekly and has a lookup field which joins to another table containing a master list of science disciplines (physics, biology etc). What I need the user to be able to do is select (say) Physics on the screen and for that then to list all the physics entries in the main table. I can't see a way to do this and I suspect I am asking for something impossible, but I have to ask :-)
|
B
|
Bikerman author 3/6/2007 |
If you made the login for the database to be the type of science, I.E. Physics, Chemistry etc Then use the security to just show the entries for the logged in user.When adding new entries, make the owner field in PHPR the field that holds the science type. It might work OK, but you would have to logout of one science type and log into another to change science type, whereas DaleM's version allows fast switching If I have not made myself clear, get back to me and I will try to set up an example of what I mean HTH
|