I was referring to Shades of Blue.I just checked and sadly, Shades of Blue and Shades of grey are no longer supported.![]()
Except for the invisible links, I didn't notice any issue with the Theme yet.
I was referring to Shades of Blue.I just checked and sadly, Shades of Blue and Shades of grey are no longer supported.![]()
Now on 128 Firefox which was typed. Code below was pasted.
Private Sub Form_Load()
Dim lngIdx As Long
' Check we have dates in tblDates
If DCount("StepsID", "tblDates", "StepsDate = " & Format(Date, strcJetDate)) = 0 Then
TempVars("dtFrom") = DateSerial(Year(Date), Month(Date), 1)
TempVars("dtTo") = DateSerial(Year(Date), Month(Date) + 1, 0)
CurrentDb.Execute "qryADates", dbFailOnError
Else
Me.cboDates = DLookup("StepsID", "tblDates", "StepsDate = " & Format(Date, strcJetDate))
Me.Recordset.FindFirst "StepsID = " & Me.cboDates
End If
End Sub
SELECT
*
FROM
TabA
WHERE
FieldX IN
(
SELECT
FieldY
FROM
TabB
)
SELECT
I just wanted to give a hint. It's a small problem.it is noted
Not sure whether this has been reported already;
My reply box contains 2 identical code buttons adjacent to each other, whereas before the first was for a code box ([ CODE ][ /CODE ]) and the second was for inline code ([ ICODE ][ /ICODE ])
Entering ICODE tags manually still works.
See screenshot:
View attachment 115125
Function test()
dim s as string
'do something
end function
Function test()
dim s as string
'do something
end function
I tend to just enter the tags myself.Something I'm experiencing on Chrome.
If I have written a bit of code, then highlight and click the </> button (shown here with the quote button)
it only selects the first row.
View attachment 115148
I have to highlight, copy the code, click the </> button then paste and it double spaces the rows
Code:Function test() dim s as string 'do something end function
anyone else seeing the same thing?
If I try this
and this, then highlight and click </>