Search results

  1. M

    Transferdatabase method with corrupt database

    Hi, I have a database split into a back end and front end. I am having trouble with the database corrupting (long story - cannot change the situation). What I want to do is write some code to copy the table structures from the existing BE to a new clean database and also copy the objects in...
  2. M

    Odd runtime error 3464 - Data Type mismatch

    Hi, I have built in code a long sql statement as follows: SELECT Age, BirdType, Flock, House, [Lab#], Organ, Origin, SampleDate, SampleType, Site, Source, SourceGroup, [VT#], ProfileID, APIName1, APIAmts1, APILevels1, FullVals1, Match1, APIName2, APIAmts2, APILevels2, FullVals2, Match2...
  3. M

    records disappearing in Access 2007

    Hi, I am building an Access database. I am using code in a form to add records to a table (tblSKAProcessesLink) that has two related keys (SKAID and ProcessID) with a many to one relationship with tblSKAs and tblProcesses respectively where the related keys are primary keys in the latter two...
Back
Top Bottom