Talk About Network

Google





Software > Access Data Access Pages > search record n...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 1803 of 1851
Post > Topic >>

search record number

by =?Utf-8?B?a2Vu?= <ken@[EMAIL PROTECTED] > Sep 14, 2008 at 07:10 AM

I have used below code to make each record on form as an week number for my

maintenance schedule access datebase. 
Below is code used
Private Sub Form_Current()
Dim rst As DAO.recordset
Dim lngCount As Long
Set rst = Me.RecordsetClone
With rst
    .MoveFirst
    .MoveLast
    lngCount = .RecordCount
End With
Me.txtRecordNumber = "WEEK NUMBER " & Me.CurrentRecord & ""
End Sub
I would like to open the form with the correct week number for the current

date and / or be able to type the week number before opening form.
Is this possible??
 




 1 Posts in Topic:
search record number
=?Utf-8?B?a2Vu?= <ken@  2008-09-14 07:10:01 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
localhost-V2008-12-19 Wed Jan 7 20:04:51 PST 2009.