I have read all discussions about how to go about this but to no avail.
-
I have created a security module for users and this has created 2 tables in my database, namely:
sec_customerslogged
sec_customersusers -
I have 1 table called “inbound cargo alert” that has the following fields:
ownerid, tracking_no, parcels, weight, carrier…etc -
Previous instructions says that I should add an “owner” field to the table which I already did.
-
On the Validate event for my form_inbound cargo - I’ve put in {ownerid}=[usr_login]
Did I follow the instructions correctly? Or am I missing anything?
What I want to happen is, when a user is logged in, he has 2 items on the menu - to view tracking numbers he already entered and to enter a new tracking number.
When he enters a new tracking number, it should show up on the grid view of inbound cargo alert.
I will appreciate any help anyone can offer. Thank you.