hi,
what i feel from your question is that you want to display records in dept table from deptnew table.If thats true then you have to write a cursor which selects the data from the dept table. Assign the cursor columns to the dept table columns.You will be able to view the records in the dept block.




Reply With Quote