jeffer Posted November 13, 2002 Posted November 13, 2002 Hi There, So here is the problem and this is a strange one! In the database X I have a ordernumber in a numberfield. This field is combined with a text field in a calculation: (NumToText(ordernumber) & " " & MyTextField) So when the ordernumber is 10 the textfield returns "10 text"! I have a relationship ® between database X and Y. The relationship is like this: textfield(database X) :: textfield(database Y) with the option for creation of related records on, not sorted. And here is the tricky part... I have a script that makes a record trough this relation. It has the scriptstep SetField and sets the textfield in database Y as the textfield in database X and since that relationship is not valid it will create a new record. When the field in database Y is set, an other relationship in database Y is valid and will lookup some data. The strange thing is that after the field in database Y is set, the ordernumber is not the same as in the X database. Instead of showing the data "10 text" it says "00 text". The same thing will happen when the ordernumber existst of 1 character. The field in database Y will show "0 text". The relationship that is made after the setfield step in database Y is not valid because the number is not right...but it still lookups the data?:?? All this happened suddenly...it always worked...did some of you guys and girls noticed this problem? thnx allready and greetz...jeff
Recommended Posts
This topic is 8386 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