just wondering if anyone has any knowledge on using numeric variables in an ASP query to an access database.
basically so instead of being forced to use:
RecordsetHost1.Source = “SELECT * FROM [events calendar] WHERE HostID=1 ORDER BY StartDate DESC”,
HostID could be a variable use to display the respective page… unfortunately whatever i try i get errors… does anyone know the syntax for writing ‘HostID=n’?
thx,
CC