Jump to content

Self Join relationship


damon_albran

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

Recommended Posts

Hello,

I have a number field which is validate by a self join relationship that prevent user to key in a number greater than another number field in another record in same database. However, when the related record number field is 500, it should allow enter 500 or under, but indeed it only allow to enter 250 or under, I don't know why? Please help!

Damon

Link to comment
Share on other sites

Sorry! Let me explain deeply,

I have a self join relationship B) LotID = TransactionID in my inventory database.

My calulation validation is if (Out_Qty > Selfjoin Relationship::BalanceQty, 0, 1)

What I really want to do is prevent user enter the out qty more than the balance qty of its related Lot#.

Thanks in advance!

Damon

Link to comment
Share on other sites

This topic is 8275 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.