PC Review


Reply
Thread Tools Rate Thread

convert bound to unbound

 
 
Scafidel
Guest
Posts: n/a
 
      17th Jan 2008
I am cleaning up my database and would like to convert several bound fields
to unbound text. When I created the database, every field was bound. The
form requires combinations of fields and repetitions, i.e., date, ordinal
date, etc. This makes for an awful looking table.
Is there an easy way to do this?
Thanks
--
Scafidel
Lafayette, Louisiana
 
Reply With Quote
 
 
 
 
BruceM
Guest
Posts: n/a
 
      17th Jan 2008
The appearance of the table is not relevant, but the data organization is.
You can make a bound control unbound by removing its control source, but to
what end? A bound control is linked to a field in the underlying recordset
(the Record Source for the form or report), but the field itself is neither
bound nor unbound.
What is the difference between date and ordinal date? Are they two ways of
expressing the same thing? If so, there is no reason to store the
information more than once. You can leave one text box bound to DateField
(or whatever you call your date field), and set the other's control source
to something such as:
=Format([DateField],"dd-mmm-yyyy")
or whatever exactly you need.

"Scafidel" <(E-Mail Removed)> wrote in message
news:5D9A5F34-CB48-4641-95AC-(E-Mail Removed)...
>I am cleaning up my database and would like to convert several bound fields
> to unbound text. When I created the database, every field was bound. The
> form requires combinations of fields and repetitions, i.e., date, ordinal
> date, etc. This makes for an awful looking table.
> Is there an easy way to do this?
> Thanks
> --
> Scafidel
> Lafayette, Louisiana


 
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
Vb.net 2008 Datagridview bound/unbound columns update datasource effecting unbound columns Rob W Microsoft VB .NET 4 24th Nov 2009 10:27 PM
Bound + Unbound in DataGridView and unbound won't sort... Grant Schenck Microsoft ADO .NET 0 9th Oct 2009 12:28 AM
Bound and Unbound trabie Microsoft Access Form Coding 3 14th Dec 2007 02:41 PM
Bound vs Unbound =?Utf-8?B?VHJhZGluZ3NwaWNlcw==?= Microsoft Access 3 5th Jan 2005 01:53 PM
Bound or unbound =?Utf-8?B?TWF1cmljZQ==?= Microsoft Dot NET 4 3rd Mar 2004 03:26 PM


Features
 

Advertising
 

Newsgroups
 


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