Welcome, Guest. Register Now!
   
Mark Forums Read Mark Forums Read Mark Forums Read


Reply
 
LinkBack Thread Tools Display Modes
  #31 (permalink)  
Old 01-12-2008, 04:22 AM
Junior Member
 
Join Date: Oct 2007
Posts: 6
iTrader: (0)
Juggler is on a distinguished road
Default Display a count of "0" in report

I have a report that through query counts the number of records in a table for display. My problem is that if there are no records I am getting "#error". How can I display a "0", if there are no records?
In the text box this what I have, =[table].[count]
Any suggestions
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #32 (permalink)  
Old 01-12-2008, 04:25 AM
Junior Member
 
Join Date: Jan 2008
Posts: 3
iTrader: (0)
carleigh1221 is on a distinguished road
Default Access a form from a report

I have a report being displayed. I want to know if there is a way to click in one of the fields and bring a form to make corrections and/or display more information regarding the item clicked. (This display is a calendaring events and we would like to display other information that is unique regarding this particular event eg. phone numbers,etc.). Any help is appreciated. Thanks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #33 (permalink)  
Old 01-14-2008, 11:31 AM
Member
 
Join Date: Oct 2007
Posts: 41
iTrader: (0)
TonyES is on a distinguished road
Default

Try =IIf(HasData,Count(*),0)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #34 (permalink)  
Old 01-14-2008, 11:32 AM
Member
 
Join Date: Oct 2007
Posts: 41
iTrader: (0)
TonyES is on a distinguished road
Default

Create a tool bar or menu bar that is diaplayed when the report is open. Add a command button to the bar in question that opens the form.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #35 (permalink)  
Old 01-21-2008, 01:48 AM
Junior Member
 
Join Date: Nov 2007
Posts: 5
iTrader: (0)
soniqantranig is on a distinguished road
Default Query Help Needed

I am trying to run a query where I can pull entries that have a certain field. For instance my database tracks companies that are inspected and who conducted the inspection. I want to be able to go in and pull the list of inspections conducted an individual.

Company Inspected By
X Co. Jamie
Y Co. James
Z Co Ricky
U Co Matt / Ricky
How would I set it up to pull all inspections conducted by Ricky?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #36 (permalink)  
Old 01-21-2008, 01:52 AM
Junior Member
 
Join Date: Nov 2007
Posts: 4
iTrader: (0)
marblearchibald is on a distinguished road
Default Queries lose joins in front end update

I am performing some updates on a program I wrote - and need to send 6 new queries. The problem is when my user gets them, all of the relationships (joins) no longer exist. I assume this is because there are no tables in the little db I'm sending - but how do I prevent this from happening?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #37 (permalink)  
Old 01-21-2008, 05:44 AM
Junior Member
 
Join Date: Jan 2008
Posts: 3
iTrader: (0)
carleigh1221 is on a distinguished road
Default Help needed in putting data into Access?

I'm working with some data from an excel spreadsheet, and I need to put it into a form on Access, but I can't figure out how to get the info from the excel sheet to Access. I tried copying it but it just puts that info into the one field, and doesnt create multiple fields for it. If anyone can tell me how to get data from Excel and put it into a Form on Access, it would be greatly appreciated. Thanks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #38 (permalink)  
Old 01-21-2008, 06:29 AM
Junior Member
 
Join Date: Nov 2007
Posts: 3
iTrader: (0)
fordbeatrice is on a distinguished road
Default Custom Toolbar Print Option

I have created a custom tool bar that is displayed when a specific report is open. The Print option does not display the Print Dialog, but instead immediately prints the report. How do I display the dialog? Any suggestions!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #39 (permalink)  
Old 01-22-2008, 09:09 PM
Member
 
Join Date: Oct 2007
Posts: 41
iTrader: (0)
TonyES is on a distinguished road
Default

Try the SQL code some thing like the one shown below:
SELECT * FROM yourTable WHERE [Inspected By] Like '*Ricky*'
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #40 (permalink)  
Old 01-22-2008, 09:10 PM
Member
 
Join Date: Oct 2007
Posts: 41
iTrader: (0)
TonyES is on a distinguished road
Default

Try to add the shells of the tables to your little db, same fields, etc., but with no data in them. I hope that will preserve your queries like you want.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 03:16 PM.