Search results

  1. B

    Trouble opening access db with shortcuts

    Ok this is a weird issue that has been troubling me, On some computers that I have, Access refuses to open databases through a shortcut. The only way to open any databases is to first open access the go to file open. I've tried creating new shortcuts, as well as mapping a drive and making a...
  2. B

    Help Creating New Table from query :(

    Hey, I'm a VBA Newbie. I have a query that pulls information from my form as criteria and i want to create a table with the results...I am having trouble searching online for a solution and Access Help is no help. Is there a way I can do this using vba?
  3. B

    Query pulling from form

    I am having an issue pulling information from a form into a query. In my criteria column in the query i have: [Forms]![frm_createcsv]![txtCriteria] it pulls from a valid string from a textbox txtCriteria. My vba code is: Dim query as string query = "pkg_not_registered_email"...
Back
Top Bottom