Dear Sam
How to restrict max length of characters in a text box for MS ACCESS 2003 ?
On Mon, Nov 21, 2011 at 9:57 PM, Sam Mathai Chacko wrote:
> I don't see any remaining doubts! What doubts do you have?
>
> Sam
>
>
> On Mon, Nov 21, 2011 at 10:57 AM, Shankar Bheema
> wrote:
>
>> thank you so m
I don't see any remaining doubts! What doubts do you have?
Sam
On Mon, Nov 21, 2011 at 10:57 AM, Shankar Bheema wrote:
> thank you so much sir, if possible pls clarify my remaining doubts.
>
>
> On Sun, Nov 20, 2011 at 1:06 AM, Sam Mathai Chacko wrote:
>
>> You have to create a recordset by usin
thank you so much sir, if possible pls clarify my remaining doubts.
On Sun, Nov 20, 2011 at 1:06 AM, Sam Mathai Chacko wrote:
> You have to create a recordset by using the OpenRecordSet command in the
> CurrentDB
>
> Use
>
> Private Sub cmdsave_Click()
>
> Dim rst As Recordset
>
> Set rst