Hello All- Fairly new to VB
I have a datagrid control populated with the data I need, but I need to set focus on a specific cell. I have tried the following...
dgOrderItem.Row = 0
dgOrderItem.Col = 3
dgOrderItem.SetFocus
and I get the following error on the SetFocus....
Invalid Procedure Call...
Hello -
I need to write a formula which will compare the EndTime in the current record to the StartTime of the next record. If there are any gaps or overlaps in time, I need to flag that line in the report.
I've tried a few different formula scenarios, but to no avail.
Any suggestions are...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.