Jump to content

Need Help with portals


busabrent

This topic is 6327 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

Im new to portals, I am creating a simple database where a telemarketing company needs to lookup a client and see past donations and also enter new donations i would like to have them all show up in portals but im having trouble doing this :o any input would be great

Link to comment
Share on other sites

You need a Client table and a donations table. There should be a relationship from ClientID (autogenerated) to a field in the donations table that will store they ClientID number (foreign key). You can check the Allow creation of records for the Donations table in the relationship to allow new records to be created via the relationship.

On the layout for Clients, you can create a new portal. Then reference that relationship you created before. Then put the fields that you want on the portal's first row.

Link to comment
Share on other sites

This topic is 6327 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.