Microsoft
Software
Hardware
Network
Question : Refresh button
Hello,
i need to refersch buton which refers data for me on main form and hold the postion of record, i tried to use this simple code:
Private Sub Command48_Click()
On Error GoTo Err_Command48_Click
DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70
DoCmd.Requery
Exit_Command48_Click:
Exit Sub
Err_Command48_Click:
MsgBox Err.Description
Resume Exit_Command48_Click
End Sub
but if i click on refresch then data are update correctly but the record number goes back to 1 and i need to select the record again from combobox then.
Answer : Refresh button
At this point I would just contact Adobe Support it will save you a ton of time, and hastle. A complete uninstall has always worked for me.
FDM
Random Solutions
Run Windows 2008 Server in virtual environment on Windows 7 PRO?
Modify desktop icon size via registry in Server 2008
this computer is in use and has been locked
Teaching iPhone app creation...Any advice?
Video card reccommendations
Cheap backlinks? Best bang for the buck SEO site?
mDameon fail over / DSR ?
Listen to calls on Asterisk
Access is denied, unable to remove device when trying to delete a printer.
CDATA tags appearing incorrectly in XML output using FOR XML PATH