scottgzero
Registered User.
- Local time
- Today, 08:11
- Joined
- Mar 22, 2005
- Messages
- 11
Hi there,
I am not a full time programmer and don't know all that much about Databases.
I have however designed my own databse for my Music Shop etc.
Nothing spectacular...but it works.
My problem.......
I have to alter the database to do the following :
Example:
Database has ONE Table. Table Name "MAIN".
4 Fields in this table are :
ENGL1
ENGL2
ENGL3
TITLE
ENGL1-3 are fields that need to be added together so that they end being AUTOMATICALLY input in TITLE.
Example :
ENGL1 : Howard Jones
ENGL2 : New Song
ENGL3 : Maxi CD - 1989 - D
Result I am looking for :
TITLE : ="<b>"&[ENGL1]&"</b><br>"&[ENGL2]&"<br>"&[ENGL3]
which would look like :
<b>Howard Jones</b><br>New Song<br>Maxi CD - 1989 - D
When working in the Forms, it automatically transfers....but is not ACTUALLY save as such in the Table.
Can anyone help me on this one?
Much appreciated.
Regards
Chris
I am not a full time programmer and don't know all that much about Databases.
I have however designed my own databse for my Music Shop etc.
Nothing spectacular...but it works.
My problem.......
I have to alter the database to do the following :
Example:
Database has ONE Table. Table Name "MAIN".
4 Fields in this table are :
ENGL1
ENGL2
ENGL3
TITLE
ENGL1-3 are fields that need to be added together so that they end being AUTOMATICALLY input in TITLE.
Example :
ENGL1 : Howard Jones
ENGL2 : New Song
ENGL3 : Maxi CD - 1989 - D
Result I am looking for :
TITLE : ="<b>"&[ENGL1]&"</b><br>"&[ENGL2]&"<br>"&[ENGL3]
which would look like :
<b>Howard Jones</b><br>New Song<br>Maxi CD - 1989 - D
When working in the Forms, it automatically transfers....but is not ACTUALLY save as such in the Table.
Can anyone help me on this one?
Much appreciated.
Regards
Chris
Last edited: