|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (7 bit)
Join Date: Feb 2002
Posts: 67
|
Adding to a database in VB
I have a small problem with a database program I'm making in Visual Basic. The program is on two separate forms, one for adding, one for searching. When the user adds a record on the add form, then goes to view the record on the search form, it isn't there. If they close and open the program again, the data is there. Does somebody know of a quick fix to this problem?
Ta, Keys |
|
|
|
|
|
#2 |
|
Professional gadfly
|
You need to manually requery the recordset that the search form is based upon. Just use the requery method.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|