Right click on project -> Add -> New Item
select Form from the dialog box opened
put the name of the form and press Add
Now form will open automatically
Now drag the table that you want to add in the "Data Sources"
Now right click on "Design" -> Apply pattern -> select "Custom"
Now right click on "Design" -> New -> Grid
a new grid will be created
open the properties of the grid
put the name "Grid" and select the table in Data source
now drag the required fields into the grid from the datasource->tableName->Fields
now right click on project from solution explorer and rebuild your project
now to add the form on front end make a display menu item for the form
now create extension of required module in your project(AccountsReceivable in my case)
drag and drop the display menu item in the module
select Form from the dialog box opened
put the name of the form and press Add
Now form will open automatically
Now drag the table that you want to add in the "Data Sources"
Now right click on "Design" -> New -> Grid
a new grid will be created
open the properties of the grid
put the name "Grid" and select the table in Data source
now drag the required fields into the grid from the datasource->tableName->Fields
now right click on project from solution explorer and rebuild your project
now to add the form on front end make a display menu item for the form
now create extension of required module in your project(AccountsReceivable in my case)
drag and drop the display menu item in the module