A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Can a field in a table be the default value of another field?



 
 
Thread Tools Display Modes
  #1  
Old September 1st, 2004, 03:14 PM
Dave
external usenet poster
 
Posts: n/a
Default Can a field in a table be the default value of another field?

I created a table with a field name of Start Date.

There are a number of queries and html pages set to get the data in that
field.

I want to create another field in the same table called StartDate without
the space and have it equal the value in the Start Date field. This will
buy me time will I fix all of the pages and queries.

Is this possible?

I tried entering = Start Date in the default value of StartDate which
returned = "Start Date"

Thanks in advance


  #2  
Old September 1st, 2004, 04:05 PM
Douglas J. Steele
external usenet poster
 
Posts: n/a
Default

It's not possible unless you're using a form.


--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)



"Dave" wrote in message
...
I created a table with a field name of Start Date.

There are a number of queries and html pages set to get the data in that
field.

I want to create another field in the same table called StartDate without
the space and have it equal the value in the Start Date field. This will
buy me time will I fix all of the pages and queries.

Is this possible?

I tried entering = Start Date in the default value of StartDate which
returned = "Start Date"

Thanks in advance




  #3  
Old September 1st, 2004, 04:19 PM
Pilar
external usenet poster
 
Posts: n/a
Default

You could try to create a query from that table, create an extra field
StartDate:=[Start Date] and then Make Table From Query.
However, if you are using Access 2003, and it is not an Access Project, look
for the
Show Property Update Options buttons on your options dialogue box, it may
save you a bunch of time.
Pilar

"Dave" wrote:

I created a table with a field name of Start Date.

There are a number of queries and html pages set to get the data in that
field.

I want to create another field in the same table called StartDate without
the space and have it equal the value in the Start Date field. This will
buy me time will I fix all of the pages and queries.

Is this possible?

I tried entering = Start Date in the default value of StartDate which
returned = "Start Date"

Thanks in advance



 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Access table JoAnn General Discussion 7 August 19th, 2004 05:38 PM
NUMBERING the pages Bob New Users 7 June 14th, 2004 12:20 AM
Adding auto-numbered field screws up Table order Carl Database Design 5 May 30th, 2004 03:25 AM
Pivot Table - Format of Date Field Michelle Worksheet Functions 1 February 3rd, 2004 07:56 PM


All times are GMT +1. The time now is 09:59 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.