I have a form that opens as an "In Top Level Form" on a blank area of the Top Level Form. It only holds a grid for a table display/edit. When I hide the grid and close its form, it leave a white box behind. Thisform.refresh does not reset that area back to the background color. Is there a way to do this?
Why I used the above approach... Originally the grid was was on the top level form but I kept getting an error when changing another table. Now that I look back, probably all I had to do was clear the recordsource then reset the recordsourse to the new table? I think I was trying to close the entire grid and redefine the entire grid and it wouldn't let me redefine the columns.
Why I used the above approach... Originally the grid was was on the top level form but I kept getting an error when changing another table. Now that I look back, probably all I had to do was clear the recordsource then reset the recordsourse to the new table? I think I was trying to close the entire grid and redefine the entire grid and it wouldn't let me redefine the columns.