ok i'll try that. yes i meant datasheet. sorry.
im not familiar with continous form...
i was searching the faqs and such for more information but couldn't find any.
ok. i have a form with nothing but a subform (subReservation). this Subform is same as a form i already have(frm_Reservation). I have a subReservation set as database view.
I want user to be able to have the form open the whole time(the form which contains subReservation) and when others...
oh i see. but for some reason, if i set the timer event for the main form, it won't do anything, and if i try to set timer for the subform, even tho im setting an event for the subform, somehow subform is link to that of the original form (subExample = frmExample).
So now if i open frmExample...
i've tried using the timer event and timerinterval but it was doing something weird.
i had timer event to:
me.subReservation.requery
and set interval as:
60
but it kept on requering every second or something...
Private Sub subReservation_DblClick(Cancel As Integer)
On Error GoTo Err_subReservation_DblClick
Dim stDocName As String
Dim stLinkCriteria As String
stDocName = "subReservation"
stLinkCriteria = "[Name] = '" & Me![Name] & "'
DoCmd.OpenForm stDocName, , , stLinkCriteria...
i have a subform which lists of data.
is it possible to create an event from that list?
like if user double click a "name" from a subform?
each row contains different info so... how would i approach this>?
i want my subform to requery after updating data in another form.
right now, i have a subform which requeries when i click the command button but i was wondering if there is a way to do it in a time frame or such.
so that user don't have to close and open everytime to see if there was an...
i needed to find a way to refresh/update report after an update but i guess that's not possible in access.
so someone recommended continuous form.
what exactly is continuous form? and how can i approach
to create a form which works as a report?
is it possible to list them by itself after an update?
i know in sql they have stored procedure which updates immediately after a new data is entered. Does access have this kind of feature?
Able to update a opened report when a new data is entered?
i have a database that's on a shared folder. i would like to have the one on the main computer to...
no no, it didnt work from before...
General Authorities | WPM | GA Num
desing or artwork | gd | G.4.j
OEM repair serv | oem | G.4.k
Technical inspect | techin | G.4.l
here are the sample data.
so the first cbo needs to list "General Authorities," which is working...
isnt it possible to have your report opened and have it refresh on it's own every 10min or so?
or do i have to close and reopen everytime to check for an update??
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.