I have a Grid on a Form.
The form works fine and most of the Grid's columns behave as expected, but one of them is a problem.
The Grid displays record values from a table.
The Grid uses the
RecordSource = Tmp_Invt
RecordSourceType = Alias
The Grid is displaying 6 columns.
Each Text box of the Grid's 6 columns has its ControlSource defined as one of the table's fields
such as: Tmp_Invt.Item_No
Within the table:
Fields 1 thru 5 are characters
Field 6 is a numeric
Field 7 thru 10 are characters
The Table's Fields are directly related to the Grid's columns in that Field 1 is displayed in Grid Col1, Field 2 in Col2, etc. up through Field 6 in Col6
The Grid accurately displays Col 1 thru 5, but Col 6 will not display accurately. Despite my specifically setting its Text box ControlSource to be Tmp_Invt.Royalty, it will not display.
Instead the column is displaying Field 8 (another character field).
Any ideas what is going on and how to resolve it?
Your advice and suggestions are greatly appreciated.
Thanks,
I_Forgot
The form works fine and most of the Grid's columns behave as expected, but one of them is a problem.
The Grid displays record values from a table.
The Grid uses the
RecordSource = Tmp_Invt
RecordSourceType = Alias
The Grid is displaying 6 columns.
Each Text box of the Grid's 6 columns has its ControlSource defined as one of the table's fields
such as: Tmp_Invt.Item_No
Within the table:
Fields 1 thru 5 are characters
Field 6 is a numeric
Field 7 thru 10 are characters
The Table's Fields are directly related to the Grid's columns in that Field 1 is displayed in Grid Col1, Field 2 in Col2, etc. up through Field 6 in Col6
The Grid accurately displays Col 1 thru 5, but Col 6 will not display accurately. Despite my specifically setting its Text box ControlSource to be Tmp_Invt.Royalty, it will not display.
Instead the column is displaying Field 8 (another character field).
Any ideas what is going on and how to resolve it?
Your advice and suggestions are greatly appreciated.
Thanks,
I_Forgot