Re: No spaces between lines ?

Tech-Archive recommends: Speed Up your PC by fixing your registry



You can enter data into an unbound form, then use the form as the source for
a report. You seem to have done that, but you haven't provided enough
information for anybody to know why everything showed up three times. If
each control on the form has exactly one corresponding text box on the
report it should work, but I can't imagine why you want to do it this way.

"SpookiePower" <boxjunk2600@xxxxxxxxx> wrote in message
news:eu43eIXeGHA.3996@xxxxxxxxxxxxxxxxxxxxxxx
"Duane Hookom" <DuaneAtNoSpanHookomDotNet> skrev i en meddelelse
news:OaEplOQeGHA.3888@xxxxxxxxxxxxxxxxxxxxxxx
Open the Northwind (or almost any other sample MDB) and you will find
that forms and reports have record sources of tables or queries. When
values in the tables are updated via the form with bound controls, the
changes are saved in the table(s). The reports display the values stored
in the tables.

Ok, I thnik you want me to put the data from the from, into a
table and then in to the report ?

I was thinking about doing that, but I have no need to save the data
for later use in a table. So I did it whit out using a table. But maybe
I should try it.



.



Relevant Pages

  • Re: data fields not found????
    ... I had to have bound controls on the report for ALL the ... The query runs fine producing exactly what you see ... Private Sub Report_Open ...
    (microsoft.public.access.reports)
  • Dataset Merge Problem
    ... a single record. ... The problem is that when I view the report the values that changed in the bound controls are not reflected in the report. ... when I view the row state in the dataset "dsCurrentSCR" it is set to "Unchanged". ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Refresh BindingSource .net 2005
    ... User open my windows app. ... I would like to instruct the bound controls to report the new data. ... how do I instruct the bound controls to refresh with the new data values? ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Dynamic Reports?
    ... if you have a table with 56 fields and less than half of those fields store ... leads you to the problems you're having with the report. ... With an input form I need all 56 bound controls ... individual record above? ...
    (microsoft.public.access.reports)
  • Dynamic Reports?
    ... are filled, but these change, depending on what is selected. ... With an input form I need all 56 bound controls ... In terms of a report: ... individual record above? ...
    (microsoft.public.access.reports)