
Dean L Covey
|
| Posted: 04/24/2005, 8:38 AM |
|
I have a list form that I can click on a field and brings up the record detail. I even can upload and view a picture related to that record. So all is working great.
EXCEPT when I added two fields. I wanted to add an email field and a password field. Now when I go to the data source all the records are there. I populated some of the records manually (MS-Access table) and uploaded the db.
Now the problem is the controls related to those fields come up blank. If I update, they remove the data in those fields even though I didn't type anything.
Any clue what I am doing wrong or is this a bug with Code Charge?
I have never came across this before. I tried several different things.
|
|
|
 |
Nicole
Posts: 586
|
| Posted: 04/25/2005, 4:34 AM |
|
Dean,
Make sure that fields in Control Source are selected properly and selected Data Type is correct.
_________________
Regards,
Nicole |
 |
 |
Dean L Covey
|
| Posted: 04/25/2005, 11:30 AM |
|

Yep they are there and all the datatypes are text fields.
I think the problem is more severe than orignally posted. This is a record master/detail senerio. Now, I removed the filter see if the page still worked. Only the key field is visible on the detail form now.
I am going to review the master/detail help again.
|
|
|
 |
Dean L Covey
|
| Posted: 04/25/2005, 4:34 PM |
|

OK I am back where I was.
Now, when I enter data into the new fields, then call the record back up, they are not there.
Any ideas?
|
|
|
 |
Nicole
Posts: 586
|
| Posted: 04/26/2005, 12:27 AM |
|
Dean,
It could be field alias issue. Open Data Source dialog of your form and first of all make sure that flags next to new fields are selected (i.e. they are added to SELECT) or flag next to asterisk is selected (= SELECT *). If some fields have the same names create aliases for them.
After that re-select fields from Control Sources for fields which are not displayed on a live page.
_________________
Regards,
Nicole |
 |
 |
|

|
|
|
|