I have two grids on the same form with the RecordSource the same for both. This code is run everytime I want to refresh the grids. WITH This .grdBids1.RecordSource = ""
I have two grids on a form, one displays customers & the other orders. The two grids are linked by the customers account code....i.e. the ChildOrder property on the second grid is set to "ccode" (an index tag of that table) and the RelationalExpr is set to customer_code (the field ...
Can anybody tell me what is wrong in the expression below. The error message tells me to give a valid expression. I am without a clue. oGrid.SetAll("DynamicBackColor", "IIF(RECNO(cCursorName) = nRecordNumber, RGB(0,0,0), RGB(175,175,250))","Column")
I need to display each record over several rows in a grid . I tried following the thread of 2/3/5, and I'm missing one step. I've created a container control (myContainer) that has several text boxes, the controlsource of each textbox is the appropriate field.