Form vs. recordset
- From: Randy4BillsN3@xxxxxxxxx
- Date: 2 May 2006 06:46:31 -0700
I need a refresher. When I first started database development with
Access, I knew the
answer to this question, but it slips my mind now. What is the
difference in VBA between the floowing references in code:
Me!Anydata
Anydat
Me.AnyData
[AnyData]
If I remember correctly, it has to do with the value shown on a control
versus the recordset behind a form, but cannot remember which is which.
Many times the difference is not inportant as my code seems to work
with either. If not, I get to it by trial-and-error. But I hoping
someone could remind me what the difference is.
.
- Follow-Ups:
- Re: Form vs. recordset
- From: Marshall Barton
- Re: Form vs. recordset
- From: Stefan Hoffmann
- Re: Form vs. recordset
- Prev by Date: Re: Array Type Mismatch
- Next by Date: Re: Array Type Mismatch
- Previous by thread: Re: Array Type Mismatch
- Next by thread: Re: Form vs. recordset
- Index(es):
Relevant Pages
|