|
-
Sep 17th, 2000, 10:58 AM
#1
Thread Starter
Addicted Member
I have a form containing 2 frames - one is visible when the other isn't and vice versa. One of the fields in my recordset is mapped on both frames. The second frame does not map it correctly. Does anyone have a solution for this??
-
Sep 19th, 2000, 05:07 AM
#2
Member
The second control will only update once you've updated the record and refreshed your data ie. MovePrevious, MoveNext. Then the second control should read the same as the first.
I think this is what you mean, if not please rephrase the question.
Barend
JHB-SA
Nothing is impossible, except skiing through a revolving door.
-
Sep 19th, 2000, 08:06 AM
#3
Addicted Member
DataBase
Sorry cant help you, but was wondering if you could help me.
I would like th eentries on my form to be placed directly into the DB.
What object/methods would i use for this.
Any Advice would be great.
Rgds,
-
Sep 19th, 2000, 09:12 AM
#4
Member
Rocks,
You would use a data control for every table you want to open, then a text box bound to each field in the table.
Use the datacontrols .Recordset.Addnew for adding records.
.Recordset.Update to save the changes, and
.Recordset.edit to lock an existing record before making any changes.
Barend
JHB-SA
Nothing is impossible, except skiing through a revolving door.
-
Sep 19th, 2000, 11:20 AM
#5
Addicted Member
Thank you Bar
Will try that now, Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|