Jimbojames30 Posted November 10, 2012 Posted November 10, 2012 Hi, Can someone help me out if they know a way around creating a relationship on an unstored field, problem is i am scanning barcodes onto a table i have 2 types for barcode GS1 and HBIC, gs1 is cross referenced against another table which matched the number scanned and returns the product code, the hbic is extracted by a calculation i have a filed with an if statement which joins both the gs1 and hbic as i need a one field which contains the product code so i can create a relationship but its unstored and i cannot click on storage because it references a related field? (thats the error i get) anyone have any advise?, many thanks
Jimbojames30 Posted November 10, 2012 Author Posted November 10, 2012 I found a work around, its not pretty but it achieves what i need and thought id post it just in case any one else is looking at this problem i created another field called ProductJoin and created a script and placed it in the on exit trigger where i scan, so once i scanned my barcode it copies the calculation field [Product] and pastes it in the [ProductJoin] field, not pretty i know but i can create a relationship on it,
bcooney Posted November 10, 2012 Posted November 10, 2012 Perhaps another method would be to use Find, rather than a relationship.
comment Posted November 10, 2012 Posted November 10, 2012 I don't understand the original description of the problem. What exactly is the unstored calculation calculating?
Recommended Posts
This topic is 4456 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 accountSign in
Already have an account? Sign in here.
Sign In Now