harrymossman
Technical User
We have a form with a tableframe on it. People scroll or search through the tableframe until they come to the project they are looking for. Then, in a separate tableframe, they enter data.
I would like to filter the first table on the basis of one of two key fields - Year. Bad choice of field name, made long before I arrived. It is actually in the form YR-X, where YR is a 2-digit fiscal year and X is project type.
Yes, I know that we could break the field up into 2 separate fields. That is not going to happen right now.
I want to show only projects that match YR-F. I.e., year doesn't matter, only project type. The records are not contiguous, so can't use SetRange.
Should I somehow use an array to get only the project type? Not sure where to begin. I'm open to completely different solutions, however this seems like the format that people doing the data entry can handle.
Harry
I would like to filter the first table on the basis of one of two key fields - Year. Bad choice of field name, made long before I arrived. It is actually in the form YR-X, where YR is a 2-digit fiscal year and X is project type.
Yes, I know that we could break the field up into 2 separate fields. That is not going to happen right now.
I want to show only projects that match YR-F. I.e., year doesn't matter, only project type. The records are not contiguous, so can't use SetRange.
Should I somehow use an array to get only the project type? Not sure where to begin. I'm open to completely different solutions, however this seems like the format that people doing the data entry can handle.
Harry