J
JethroUK©
How do I bind a textboxt to a field from another table (not the table that's
bound to the form)
Tried:
=Table1![Next ISA]
=CurrentDb.TableDefs("table1").Fields ("nextisa")
I'm actually just trying to save a value such that it will survive close and
reopening of the database (so i can continue where i left off)
I have read a post (MVP) that suggests building a seperate 'variables'
form - binding the variables to some textboxes - opening it hidden before
opening the main form - but surely there must be easier ways of retaining a
variable
any clues?
bound to the form)
Tried:
=Table1![Next ISA]
=CurrentDb.TableDefs("table1").Fields ("nextisa")
I'm actually just trying to save a value such that it will survive close and
reopening of the database (so i can continue where i left off)
I have read a post (MVP) that suggests building a seperate 'variables'
form - binding the variables to some textboxes - opening it hidden before
opening the main form - but surely there must be easier ways of retaining a
variable
any clues?