AvrioTech Posted March 8, 2004 Posted March 8, 2004 I have a 1 child file that has Infomation Of Payroll Information. The information is inputed daily and usually has like 6-7 records of on unposted payroll and alot of posted records. I need a value list to display all the names of the employess that are unposted. How can I get a value list to look like a portal with many rows and scroll bar?
Fenton Posted March 8, 2004 Posted March 8, 2004 Since you say "daily" I'm assuming you only want to see 1 day at time. Since a relationship evaluates all records, you'd need to have the date in the key. I don't know what field makes someone "posted." It doesn't really matter, just put whatever your field is where I put "posted". I'm assuming you have these records, some posted, some unposted, as you said. _cDateUnposted = Case (IsEmpty (Posted), Date, TextToDate("") ) Uncheck "do not evaluate if empty." Then, you can use either a global field, to input the date, or Status(CurrentDate), unstored, as the left side of the key, for a portal.
Recommended Posts
This topic is 7566 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