Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. murphysdad

    Select all in a field...Access 97...from a combo box

    I am a little confused. when you speak of table, which table are you refering to. the main collection of data table or the table used for the combo box information? sorry, i am new at this!
  2. murphysdad

    Select all in a field...Access 97...from a combo box

    Yeah! I want to choose "all" and have an if...then statement say if combo box = all then have criteria = true. I am just not sure how to write it in Access97 code.
  3. murphysdad

    Select all in a field...Access 97...from a combo box

    Here is what I have. In a work order system, we indentify types of work to be done by different types of tags. I have my associates select one of the three types of tags: Maintenance, Operator, or Safety and it creates a report. They want an option to choose "all" so that they can...
  4. murphysdad

    creating reports from forms....Access 97

    Hi Robert, Thanks for getting back to me. Currently I have not created a query for the report to be based on. I suppose it would be qryTradeReport. It will have several different field which will be reflected in the report. The report will be displaying several peices of data(mostly text)...
  5. murphysdad

    creating reports from forms....Access 97

    I am trying to get information selected from a form to create a report(from a template) Here is what I have: form name is: frmTradeTemp they select a trade: cboTrade they select a department: cboTradeDepartment they select a line: cboTradeLine report template is: rptTradeTemp then hit submit...
  6. murphysdad

    Check Boxes- how do I get them to Report a Text Value

    For the SQL statement should there be a comma after "update tablename"? Also, what is "field2" refering to?
  7. murphysdad

    Check Boxes- how do I get them to Report a Text Value

    I am using Access 97 and am having a problem having the check boxes return a text value to my table. the users should be able to choose one or many different boxes and I want the checked ones to report text to one field(have that one feild accept one or many peices of text(?)). Also, After...
  8. murphysdad

    ACCESS 97 Frames reporting Text not Numbers

    I am new at this. will this report to my table "one". Assuming I link the textbox to the correct field, of course. Thank you, Hobbes' Dad
  9. murphysdad

    ACCESS 97 Frames reporting Text not Numbers

    Does anyone know how to have a frame with six options report the actually text, not a number 0-5?? Either code or an explanantion would help me. Thank you, Murphy's dad!
  10. murphysdad

    Form Date Fields used as Query Params then passed on to Chart Report

    How would you be able to get this to report as a bar graph showing monthly comparisons between two sets of data? I have a similar issue where i am trying to graph incomplete work orders vs complete work orders(per month). -lost and confused :(
  11. murphysdad

    EASY ONE: Calender go to current date

    Me.calendar1.Value = Date worked. Thank you! Jeremy Link
  12. murphysdad

    EASY ONE: Calender go to current date

    Thank you but it is not working. Perhaps I should have told you two things: 1. I am using access 97 2. the name of my calendar is frmCalendar J
  13. murphysdad

    EASY ONE: Calender go to current date

    I use a calender that comes up as a form. How do I get this calender to be up to date as it opens. It is still reporting from the orignal date I started it. Thanks, J
  14. murphysdad

    Access Error Message; Two users at once

    One more quick thing...This file should be able to be used by more than one person at a time. What can I do to make it avaiable??
  15. murphysdad

    Access Error Message; Two users at once

    I can ensure that no one is in the file. The only problem is that this .ldb is still open. Is there any way to get rid of this and make sure that it doesn't hover around again after someone has exited the program??? Thanks for the help!!
  16. murphysdad

    Access Error Message; Two users at once

    I am getting this error message. The thing is, I am sure that there is only one user trying to open the program. "The Microsoft Jet Database Engine stopped the process because you and another user are attempting to change the same data at the same time." It comes up whenever I try...
  17. murphysdad

    Reporting text from a form to a query Access 97

    From a combo box (ReportType)on the form(frmCreateReport), I want people to choose what type of report they would like(incomplete or complete). When they select incomplete, I am trying to get a value of "is Null" to report in the field(CompletionDate) of the query(qryReportBuilder)...
  18. murphysdad

    problems with Calender reporting date in Access 97

    This is what I have for a code: Private Sub CmdDone_Click() Forms!frmMainFtag!text1.valueCalendar1.value DoCmd.Close acForm, “frmcalendar” End Sub Private Sub cmdCancel_Click() On Error GoTo Err_cmdCancel_Click DoCmd.Close Exit_cmdCancel_Click: Exit Sub I keep getting a run-time error. All I...
  19. murphysdad

    FIND a record using a form & reporting to a form ACS 97

    THAT WORKS INCREDIBLY!!! Thank you so much! Jeremy

Part and Inventory Search

Back
Top