Search results

  1. D

    SQL - VBA Help Needed!!

    Ok i have a database works fine just run into a little porblem.. In My VBA Coding i have made a SQL quiery the code is.. Private Sub Form_AfterInsert() DBEngine(0)(0).Execute "INSERT INTO availability (ID) " & _ " VALUES (" & Me.ID & ")", dbFailOnError '---------------------- Below Is The...
  2. D

    Need your Help =]

    I have Created A Thread Already In General But I Think I Might Have Posted It In The Wrong Area So Here Is The Link =] My Thread That I Need Help With... =]
  3. D

    [Help] - About Tables And Data

    I have encountered a problem... what it is i have a few tables with data and i have created a form and other forms that open in pop up which interact with the main form.. what i would like is that when i make a new record in table1 it makes a new record in say table 2, table 3, ect.. i am...
Back
Top Bottom