Hi,
Please can you help me with db design? I have to build a table or tables that will accurately reflect a hierarchy. The hierarchy design is essentially the tree or file view we see on our computers file explorer. I plan on using a Tree List component from VB6 in a Client App to display...
Hi,
I need a function that will properly quote for insertion an SQL (for Access DB) statement. I currently have one that works for a single Apostrophe:
Public Function ApostropheCheck(ByVal strIn As String)
ApostropheCheck = Replace(strIn, "'", "''")
Exit Function
End Function...
Hi,
Thank you so much for your help. I am trying to select record for an entire month:
SELECT *
FROM tblTable
WHERE report_date = Format("12/2004","mm/yyyy");
It returns 0 records. There are definitely records for the month of Dec. 2004 in the table.
Table data type for report_date is...
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.