473,387 Members | 1,516 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,387 software developers and data experts.

Reading this code

Can anybody please tell me what the exclamation mark between materials and publisher mean?

This was copied nad pasted from another table which doesn't work on this form?

[Materials]![Publisher]

How can i take data from another table and list it onto a report??
Does that data table need to be binded to the report?
Apr 10 '07 #1
2 1104
jamjar
50
[Materials]![Publisher] should indicate the control named 'Publishers' on the form named 'Materials'.

As for the second part of your question, "How can i take data from another table and list it onto a report?? Does that data table need to be binded to the report?", I think it sounds like you are trying to build a report with elements from two or more different tables? .... in which case you would need to:
  • build a query to join the tables,
  • extract the data you want for the report,
  • and then build the report based on that query
A form might have controls bound to tables or queries, but to the best of my knowledge a report does not.

cheers-
James
SomeDBExperienceButNotAnExpert
Apr 10 '07 #2
MMcCarthy
14,534 Expert Mod 8TB
Can anybody please tell me what the exclamation mark between materials and publisher mean?

This was copied nad pasted from another table which doesn't work on this form?

[Materials]![Publisher]

How can i take data from another table and list it onto a report??
Does that data table need to be binded to the report?
If this is on a form in a control then it is the Publisher field in the Materials table. Open the form in design view and check the properties for this textbox. Go to the data tab and look at the Control source. This should be a dropdown list of all fields available to this form. Look for the Publisher field.

Mary
Apr 10 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Andy | last post by:
Hi, In the code below (not pretty I know but it's an early version :-P) I'm having problems reading the data object back in. If I move the reading code to immediately after the section where it...
6
by: Raymond Hettinger | last post by:
Found in a pamphlet at a pre-school: --------------------------------------- Reading improves vocabulary Reading raises cultural literacy through shared knowledge Reading develops writing skills...
8
by: Phil Slater | last post by:
I'm trying to process a collection of text files, reading word by word. The program run hangs whenever it encounters a word with an accented letter (like rôle or passé) - ie something that's not a...
1
by: Need Helps | last post by:
Hello. I'm writing an application that writes to a file a month, day, year, number of comments, then some strings for the comments. So the format for each record would look like:...
9
by: Mike Reed | last post by:
I must be having a "senile" day! I cannot recall, nor get to work, code to read a cookie's expiration date/time in an ASP page/VBScript. What am I missing? *** Sent via Developersdex...
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:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...

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.