HI Bob
Thanks for your efforts however its close but gets some weird results in amongst good ones
-1028109 this comes up a lot? you get like ten good results then this random bad one every now and then
Hey Bob
they are all date/time
Start date = dd/mm/yyyy
Start time = h:nn:ss AM/PM
Finish date = dd/mm/yyyy
Finish time = h:nn:ss AM/PM
The export of the table is attached
Im after a query Bob to show total time difference in hours between the Start data and time and finish date and time...
Hi
I have kind of made a rod for my own back here with my data base in the table I have 4 fields
Start date
Start time
Finish date
Finish time
I want to find out using a query how many hours there are between the Start date and time and Finish date and time.
Simple enough id imagine with...
I donrstand why every thing is based around ChkBoxship its not just if that box is checked
I want only one check box to be allowed to be ticked at any one time on that whole sheet not just if ChkBoxship is ticked
Private Sub subUnCheckOtherRecords(ByVal pk As Variant)
Dim rs As...
I cant get it to work
I have 16 fields all I want to do is count the rows that say yes in each field and make a graph off it in positives not negatives
Cant get it to work arnel heres my code for each box how do I add to that to make it uncheck all others if check this box and ill copy that to all other 16 functions
Private Sub Chklayup_Click()
If ChkLayup Then
If Trim(Me.txtLayUpCRS & "") <> "" And Trim(Me.txtLayUpactual) <> "" Then...
HI
I have 16 check boxes on this form / record and I only want to be able to click one of them at a time.
if one is selected and I click another one id like it to cancel the other chk box and select the one I click on
I have attached photo of the form
Thanks
Dan