473,385 Members | 1,392 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Subform mods not saving

This should be easy. I have 2 tables - CUST and SUBS, which have a 1 to
many relationship. I created a form to show fields from CUST and a subform
to show those in SUBS. The 2 tables are related on SUBSNO, and the data
source for each is the table (not a query). It behaves wonderfully, except
I can't seem to change the layout of the subform in design view. I make
changes and can see them in design view but in form view it reverts back to
the old way. Yes, I do Save - and Save... I've looked at it from several
angles and can't see what I'm doing wrong. I'm using Access 2000 and these
are native Access tables that were imported from Foxpro 2. 6 DBFs.

Help?
thanks
wayne
Nov 12 '05 #1
4 3762
First, uncheck the boxes for Name AutoCorrect under Tools | Options |
General.

Then compact the database: Tools | Database Utilities | Compact.

Now select the subform on the Forms tab of the Database window, and open it
in design view. Make a change, and save. Close and reopen. Did the design
changes stick this way?

If not, what view are you using for the subform? Datasheet or Continuous?

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"wayne dooley" <sp******@must.die> wrote in message
news:WArIb.80802$VB2.169419@attbi_s51...
This should be easy. I have 2 tables - CUST and SUBS, which have a 1 to
many relationship. I created a form to show fields from CUST and a subform to show those in SUBS. The 2 tables are related on SUBSNO, and the data
source for each is the table (not a query). It behaves wonderfully, except I can't seem to change the layout of the subform in design view. I make
changes and can see them in design view but in form view it reverts back to the old way. Yes, I do Save - and Save... I've looked at it from several
angles and can't see what I'm doing wrong. I'm using Access 2000 and these are native Access tables that were imported from Foxpro 2. 6 DBFs.

Help?
thanks
wayne

Nov 12 '05 #2
Thanks for you message, Allen.

I was using a Single Form. I changed it to Datasheet and it looked and
acted the same. I did what you said and it looked like that would work, but
then I tried a few changes and they still do not stick. I've developed in
about everything except Access so I'm new to it. Here are some screen shots
to illustrate what's going on

1) The form with subform in design view. The last column specified 2
decimal places and there is some space between the textboxes.
http://home.comcast.net/~wrdooley/access1.jpg

2) The form in form view. Here the subform looks different than in design
view; decimals are automatic on the last column, different headings, widths,
etc.. It looks like a plain old grid, as if the form is approximating the
design view, or is simply not using it at all.
http://home.comcast.net/~wrdooley/access2.jpg

Originally I wanted a grid instead of a subform. That's what I would have
used (and am used to) in, say, VFP. For this Access project, I definitely
selected 'subform' from the tools menu and dropped it on the form. But I
seem to have gotten a grid anyway. Any ideas?
thanks
wayne
"Allen Browne" <Al*********@SeeSig.Invalid> wrote in message
news:3f**********************@freenews.iinet.net.a u...
First, uncheck the boxes for Name AutoCorrect under Tools | Options |
General.

Then compact the database: Tools | Database Utilities | Compact.

Now select the subform on the Forms tab of the Database window, and open it in design view. Make a change, and save. Close and reopen. Did the design
changes stick this way?

If not, what view are you using for the subform? Datasheet or Continuous?

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"wayne dooley" <sp******@must.die> wrote in message
news:WArIb.80802$VB2.169419@attbi_s51...
This should be easy. I have 2 tables - CUST and SUBS, which have a 1 to
many relationship. I created a form to show fields from CUST and a

subform
to show those in SUBS. The 2 tables are related on SUBSNO, and the data
source for each is the table (not a query). It behaves wonderfully,

except
I can't seem to change the layout of the subform in design view. I make
changes and can see them in design view but in form view it reverts back

to
the old way. Yes, I do Save - and Save... I've looked at it from several angles and can't see what I'm doing wrong. I'm using Access 2000 and

these
are native Access tables that were imported from Foxpro 2. 6 DBFs.

Help?
thanks
wayne


Nov 12 '05 #3
access2.jpg indicates the subform is in Datasheet view.

1. Open the subform in design view.
2. Open the Properties box (View menu).
3. Set the Default View property (Format tab of Properties box) to
Continuous Form.
4. Click the SubsAmt textbox.
5. Set its Format property to Fixed Number.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"wayne dooley" <sp******@must.die> wrote in message
news:_HCIb.705253$Tr4.1775366@attbi_s03...
Thanks for you message, Allen.

I was using a Single Form. I changed it to Datasheet and it looked and
acted the same. I did what you said and it looked like that would work, but then I tried a few changes and they still do not stick. I've developed in
about everything except Access so I'm new to it. Here are some screen shots to illustrate what's going on

1) The form with subform in design view. The last column specified 2
decimal places and there is some space between the textboxes.
http://home.comcast.net/~wrdooley/access1.jpg

2) The form in form view. Here the subform looks different than in design
view; decimals are automatic on the last column, different headings, widths, etc.. It looks like a plain old grid, as if the form is approximating the
design view, or is simply not using it at all.
http://home.comcast.net/~wrdooley/access2.jpg

Originally I wanted a grid instead of a subform. That's what I would have
used (and am used to) in, say, VFP. For this Access project, I definitely selected 'subform' from the tools menu and dropped it on the form. But I
seem to have gotten a grid anyway. Any ideas?
thanks
wayne
"Allen Browne" <Al*********@SeeSig.Invalid> wrote in message
news:3f**********************@freenews.iinet.net.a u...
First, uncheck the boxes for Name AutoCorrect under Tools | Options |
General.

Then compact the database: Tools | Database Utilities | Compact.

Now select the subform on the Forms tab of the Database window, and open

it
in design view. Make a change, and save. Close and reopen. Did the design
changes stick this way?

If not, what view are you using for the subform? Datasheet or Continuous?
"wayne dooley" <sp******@must.die> wrote in message
news:WArIb.80802$VB2.169419@attbi_s51...
This should be easy. I have 2 tables - CUST and SUBS, which have a 1 to many relationship. I created a form to show fields from CUST and a

subform
to show those in SUBS. The 2 tables are related on SUBSNO, and the data source for each is the table (not a query). It behaves wonderfully,

except
I can't seem to change the layout of the subform in design view. I make changes and can see them in design view but in form view it reverts
back to
the old way. Yes, I do Save - and Save... I've looked at it from

several angles and can't see what I'm doing wrong. I'm using Access 2000 and

these
are native Access tables that were imported from Foxpro 2. 6 DBFs.

Help?
thanks
wayne

Nov 12 '05 #4
Allen, that worked beautifully - thank you
wayne

"Allen Browne" <Al*********@SeeSig.Invalid> wrote in message
news:3f**********************@freenews.iinet.net.a u...
access2.jpg indicates the subform is in Datasheet view.

1. Open the subform in design view.
2. Open the Properties box (View menu).
3. Set the Default View property (Format tab of Properties box) to
Continuous Form.
4. Click the SubsAmt textbox.
5. Set its Format property to Fixed Number.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"wayne dooley" <sp******@must.die> wrote in message
news:_HCIb.705253$Tr4.1775366@attbi_s03...
Thanks for you message, Allen.

I was using a Single Form. I changed it to Datasheet and it looked and
acted the same. I did what you said and it looked like that would work, but
then I tried a few changes and they still do not stick. I've developed in
about everything except Access so I'm new to it. Here are some screen

shots
to illustrate what's going on

1) The form with subform in design view. The last column specified 2
decimal places and there is some space between the textboxes.
http://home.comcast.net/~wrdooley/access1.jpg

2) The form in form view. Here the subform looks different than in design view; decimals are automatic on the last column, different headings,

widths,
etc.. It looks like a plain old grid, as if the form is approximating the design view, or is simply not using it at all.
http://home.comcast.net/~wrdooley/access2.jpg

Originally I wanted a grid instead of a subform. That's what I would have used (and am used to) in, say, VFP. For this Access project, I

definitely
selected 'subform' from the tools menu and dropped it on the form. But I seem to have gotten a grid anyway. Any ideas?
thanks
wayne
"Allen Browne" <Al*********@SeeSig.Invalid> wrote in message
news:3f**********************@freenews.iinet.net.a u...
First, uncheck the boxes for Name AutoCorrect under Tools | Options |
General.

Then compact the database: Tools | Database Utilities | Compact.

Now select the subform on the Forms tab of the Database window, and open
it
in design view. Make a change, and save. Close and reopen. Did the

design changes stick this way?

If not, what view are you using for the subform? Datasheet or Continuous?
"wayne dooley" <sp******@must.die> wrote in message
news:WArIb.80802$VB2.169419@attbi_s51...
> This should be easy. I have 2 tables - CUST and SUBS, which have a
1 to > many relationship. I created a form to show fields from CUST and a
subform
> to show those in SUBS. The 2 tables are related on SUBSNO, and the data > source for each is the table (not a query). It behaves wonderfully,
except
> I can't seem to change the layout of the subform in design view. I make > changes and can see them in design view but in form view it reverts back to
> the old way. Yes, I do Save - and Save... I've looked at it from

several
> angles and can't see what I'm doing wrong. I'm using Access 2000

and these
> are native Access tables that were imported from Foxpro 2. 6 DBFs.
>
> Help?
> thanks
> wayne


Nov 12 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: YFS DBA | last post by:
How do I use VBA to insert a *new* record into a subform? I have a master form with client information, and a sub form with billing information. I want to click on a button ("Add Data") and have...
19
by: Joe Scully | last post by:
Hi all, I am having trouble with access adding a blank record to a subform everytime I finish entering data and closing the form. (The form and subform are based on the one table) When...
6
by: Ray | last post by:
I have a main form with a subform. The main form has a combo box which lists all the clients which in turn are displayed in the subform. The subform is bound to the combo box and all work well....
12
by: MLH | last post by:
I have created two forms: frmBrowseNegsMainform and frmBrowseNegsSubform. I put a subform control on the first of these. The SourceObject property for the subform control is, of course,...
5
by: DS | last post by:
I have a form with 2 Subforms...The first subform is linked to the main form. The second Subform is liked to the first subform. Whenever I add a record to the first subform that works fine. When...
20
by: Robert | last post by:
Need some help to stop me going around in circles on this one.... Have a nested subform (subform2) which simulates a continuous form for the record on the parent subform. Subform2 has rows of...
1
by: google | last post by:
I have a form with several subforms. Users enter the data, then on the parent there is a command button that runs code to generate a .pdf document from a report based on the data they are working...
19
by: hexagram | last post by:
Hi guys good day, can anybody help for my problem The Scenario is A Listbox (ID) - Multiple Select - everytime i choose in the list box the following outbound textbutton and subform will...
1
by: greenstein | last post by:
Hello, I really need some help. I have a main form in Access 2000, with a subform, some of the fields in the subform are not saving to the table. When I search the Main form for the information,...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.