August 10, 200421 yr I have a database that groups records according to a category with a component to check for New Record ID number duplications. A script automatically summons a separate table, Current ID Numbers In Use, to display all the found existing ID numbers for the selected category. The table uses a portal with a related field, ::ID_#_[Fabrication], from the main database component. The table now lists the entire database's ID numbers, not the found set which the main component has isolated. What do I need to do to display only the found numbers? TIA
August 10, 200421 yr Author For fellow newbies: I solved this problem with a script that included the step "Import Records [Restore]". The main database had already isolated records according to the requested category. The script in general, and this step specifically, imported just those isolated records. I now have the list of extant ID Numbers to assist the user in determining the next ID Number. Cheers!
Create an account or sign in to comment