PC Review


Reply
Thread Tools Rate Thread

after update on form, bold text in table

 
 
alacali
Guest
Posts: n/a
 
      6th Nov 2006
Hello there!
After user updates a field on the form, I want to bold text and change
background color for that cell in the underlying table and on the form view.
I then want to export that underlying table to excel with changes bold text
and changed background color visible. Is this possible and if so, how? I
don't have any code knowledge, so a "for Dummies" approach would be greatly
appreciated.

Thanks in advance.

 
Reply With Quote
 
 
 
 
John Vinson
Guest
Posts: n/a
 
      6th Nov 2006
On Mon, 06 Nov 2006 00:48:07 GMT, "alacali" <u28715@uwe> wrote:

> Hello there!
> After user updates a field on the form, I want to bold text and change
>background color for that cell in the underlying table


You can't.

Tables are for data storage. Tables have very limited formatting
capabilities; unlike spreadsheets, fields ("cells") in a table don't
store their own formatting.

> and on the form view.


YOu can use Conditional Formatting on a Form if there is a field in
the table indicating that the record is new.

> I then want to export that underlying table to excel with changes bold text
>and changed background color visible. Is this possible and if so, how? I
>don't have any code knowledge, so a "for Dummies" approach would be greatly
>appreciated.


You would have to open Excel and use (nontrivial) VBA code to
specifically set the format of the cells, using both the Access and
the Excel data models. I doubt that anybody's written a "for dummies"
guide to this complex task; I certainly would need a few hours' study
to feel comfortable even trying to do it, much less write a tutorial
for it!

John W. Vinson[MVP]
 
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
Need Word macro to select bold text in table abardos Microsoft Word Document Management 0 19th Jan 2010 09:10 AM
update table using text box in the form Neil Microsoft Access 3 26th Apr 2009 04:06 PM
Text Form Field - Bold March5968 Microsoft Word Document Management 1 31st Mar 2009 07:17 AM
How to update a table field from a calculated form text box =?Utf-8?B?amltZ2Vh?= Microsoft Access 2 18th Apr 2007 04:40 AM
update a table from a form text box =?Utf-8?B?Um9nZXI=?= Microsoft Access Forms 2 31st Dec 2003 03:06 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:28 AM.