A
Andreas Wöckl
Hi!
I have the following problem in my access form:
for example I use a form to display overview data (all employes of a
company) - with a button I go to a detail mode to edit the data - when i
close this form i want to
1.) refresh the overview
2.) set a bookmark to go to the data sentence I have edited
my code on closing the form:
Public Sub reloadForm(ByVal formName)
If IsLoaded(formName) Then
Forms(formName).Bookmark.requery
Forms(formName).Bookmark = globBookmark
End If
End Sub
Without doing the requery I am able to go to de sentence - but the data is
not refreshed..
Can anyone help me?
best regards,
andreas wöckl
I have the following problem in my access form:
for example I use a form to display overview data (all employes of a
company) - with a button I go to a detail mode to edit the data - when i
close this form i want to
1.) refresh the overview
2.) set a bookmark to go to the data sentence I have edited
my code on closing the form:
Public Sub reloadForm(ByVal formName)
If IsLoaded(formName) Then
Forms(formName).Bookmark.requery
Forms(formName).Bookmark = globBookmark
End If
End Sub
Without doing the requery I am able to go to de sentence - but the data is
not refreshed..
Can anyone help me?
best regards,
andreas wöckl