B
britton
I've put in cmd buttons that are set to open up other
forms that are on the same record number as the original
form by adding this code:
CurrentDb.tableDefs("secondarytablename")
("linkingfieldname").DefaultValue = Me.Likningfieldname
this worked perfectly but once I split the databse I get
the following error when hitting the command button:
"operation not supported on linked tables"
does anyone know away around this so that I can have the
cmd button do as I like as well as having split tables?
THanks in advance!
forms that are on the same record number as the original
form by adding this code:
CurrentDb.tableDefs("secondarytablename")
("linkingfieldname").DefaultValue = Me.Likningfieldname
this worked perfectly but once I split the databse I get
the following error when hitting the command button:
"operation not supported on linked tables"
does anyone know away around this so that I can have the
cmd button do as I like as well as having split tables?
THanks in advance!