S
Sean
Is there a way to create a new record in a table via query, code, property,
etc. without directly populating a field with data?
For example:
tblSomething
----------------------
SomethingID PK (autonumber)
SomethingDate
SomethingElse
tblOther
------------------------
OtherID PK
SomethingID FK
OtherStuff
OtherData
Now, lets say that SomethingDate and SomethingElse are derived in some
fashion, or better yet, just dependent upon OtherStuff and OtherData. I
want to create a record in tblSomething "behind-the-scenes" without the
users input or knowledge really.
Everything I try doesn't work because no record exists in tblSomething. And
that is just what I want -- to create the record!
I hope I have explained my question well enough.
Thanks for the help
Sean
etc. without directly populating a field with data?
For example:
tblSomething
----------------------
SomethingID PK (autonumber)
SomethingDate
SomethingElse
tblOther
------------------------
OtherID PK
SomethingID FK
OtherStuff
OtherData
Now, lets say that SomethingDate and SomethingElse are derived in some
fashion, or better yet, just dependent upon OtherStuff and OtherData. I
want to create a record in tblSomething "behind-the-scenes" without the
users input or knowledge really.
Everything I try doesn't work because no record exists in tblSomething. And
that is just what I want -- to create the record!
I hope I have explained my question well enough.
Thanks for the help
Sean