Hey I keep getting syntax errors for a database I am switching from access 2003 to access 2010.
me.recordsource= "select * from prof1 where entrycount like "&" "&tmp&""""
me.filter = [forms]![profileedit]![entrycount]=[entrycount]
any ideas to get this going
me.recordsource= "select * from prof1 where entrycount like "&" "&tmp&""""
me.filter = [forms]![profileedit]![entrycount]=[entrycount]
any ideas to get this going