PC Review


Reply
Thread Tools Rate Thread

Delete Contents of text box

 
 
Bob
Guest
Posts: n/a
 
      29th Dec 2006


--
In a tabular Form what would I put in the code of a Command Button to delete
the Contents of [tbInvoiceNo]on that line...............Thanks for any
Help...........Bob






..........Jenny Vance


 
Reply With Quote
 
 
 
 
Bob
Guest
Posts: n/a
 
      29th Dec 2006
Oops i got it: Thanks

Private Sub Command8_Click()
On Error GoTo Err_cmdDeleteDate_Click


tbInvoiceNo.value = ""

Exit_cmdDeleteDate_Click:
Exit Sub

Err_cmdDeleteDate_Click:
MsgBox Err.Description
Resume Exit_cmdDeleteDate_Click

End Sub

"Bob" <(E-Mail Removed)> wrote in message news:en43cv$jad$(E-Mail Removed)...
>
>
> --
> In a tabular Form what would I put in the code of a Command Button to
> delete the Contents of [tbInvoiceNo]on that line...............Thanks for
> any Help...........Bob
>
>
>
>
>
>
> .........Jenny Vance
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Delete contents of a text box! Bob Vance Microsoft Access 4 9th May 2009 11:15 AM
how do I delete a table without deleting the contents/text within? Britt Microsoft Word Document Management 2 25th Feb 2009 09:55 PM
VBA - Delete row if cell contents bold text =?Utf-8?B?U2NvdHQgV2FnbmVy?= Microsoft Excel Programming 5 27th Feb 2006 10:14 PM
contents delete when i delete a table =?Utf-8?B?ZGI=?= Microsoft Word Document Management 1 26th Jan 2005 11:29 AM
File Properties->Contents (tab)->Document Contents->fonts used (delete a font) Marina Microsoft Powerpoint 1 22nd Oct 2003 05:56 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:20 PM.