Search results

  1. A

    VB Code to Edit/Delete SQL Query

    I've been searching the forums for a little while now and have had no luck in finding the solution. I tried looking under for "VBA editing SQL Query" and other various tags. What I am looking to do is create a VB code that edits a pre-existing crosstab query. I have been unsuccessful in...
  2. A

    Help with CrossTab Query

    I created a cross tab query that is based upon another query. Crosstab Query TRANSFORM First(Query_Reports_Range.[Vent]) AS FirstOfVent SELECT Query_Reports_Range.[MedID] FROM Query_Reports_Range GROUP BY Query_Reports_Range.[MedID] PIVOT Format([Daily_Rounds_Date],"Short Date");It works...
  3. A

    Another Scrub Joins!

    I'm fresh to the database scene and looking to learn MS Access. I've heard great things about the program and these forums. Should be a fun journey... Acelink
  4. A

    Help with SubForms & Tables

    Help with SubForms & List Box Hi... I am new to Access and just learning about databases. I created a scenario for myself and am trying to create a database. But I hit a snag Right now I'm trying to create an overview form where I can glance at the basics and get just the bare...
Back
Top Bottom