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 bkrike 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: *

  • Users: cbiker
  • Content: Threads
  • Order by date
  1. cbiker

    XP home runtime install problems

    I have ran into a problem with installing an database that I built and used packaging wizard to build install program. When trying to install on Windows XP Home it comes up with error this message "Needs Windows NT SP4 to install" ??? I will appretiate any help that you can give me. Thanks in...
  2. cbiker

    #Name? appears in text box after install on different computer

    I have two text boxes with formulas in them that display #Name? in them when the Application is installed on a different computer as a runtime application. any help will be much appreciated.
  3. cbiker

    Better way to write this code

    I have a form with some labels that when you click them open different forms was looking for a way to show which lable was clicked by changing font color. Here is how I have it now but Im still learning and think there is probably a better way. Me.LblBOD5.ForeColor = 16777215...
  4. cbiker

    Help Packaging Wizard Error

    I dont know if this is were I should post this if not please let me know where I should. When trying to package a database I get this message ERROR5: invalid procedure call or argument Please help what is wrong Thanks
  5. cbiker

    overrun message in report

    Help when I try to open a report that has worked for months I now get an overun message and then report shuts down. Access 2000, windows 98 machine, 128 mb ram.
  6. cbiker

    Print Calendar

    I have a table that stores appointments buy date now I have been asked to build an report that prints a Calender view that showes the apointment for each month. Im at a loss???
  7. cbiker

    Show Data even if one of field is null

    I have a qry that uses 3 tables linked by date to get info for a report but in the loads table there are days that there arent loads taken out how do i get it to show the rest of the data on those dates. now it just leaves those dayes out of the report but I still need it to show them. Any and...
  8. cbiker

    display empty fields in qry

    I have a qry with 3 tables in it all linked by date. The problem is that sometimes the table for Loads can be blank for the day so in the qry that day wont show in qry but I still need to see the rest of Info for that day. how can I fix this.
  9. cbiker

    show even records with no info in some fields

    I have a qry that pulls info from 3 tables linked by date but sometimes the loads table wont have info for that date when that happens that dates information wont show but I still need the info from that dates other to tables to show how do I accomplish this. Any help will be appretiated.
  10. cbiker

    subtract number from previous days number

    I have an qry that brings up one months worth of flow meter numbers. what i would like to do is subtract the previouse days flow meter number from each days number to get a flow for the day. I tryed Dlookup but couldnt et it to work. any help would be appritiated.
  11. cbiker

    Help Why wont this code work

    Still learning trying to open report with to criteria from report form with pick lists here is the code Dim strWhereCombo As String strWhereCombo = "USC = Forms![Report Print Form]!SIUSelect" & "Parameter = Forms![Report Print Form]!ParameterSelect" DoCmd.OpenReport...
  12. cbiker

    Is it posable to link to a FileMake

    Is it posable to link to a FileMaker DB with Access so you can use and edit the information. Thanks in advance for the help
  13. cbiker

    Run Multipal append Queries

    I have an database that has a bunch of append queries that will take the information from one DB (PDDatabak)and put it in another (PDData)its kind of a pain to click on each qry. Is there any way to run them all without having to write an DoCmd for each Query. any help will be appreciated
  14. cbiker

    New field old table

    Is it possable to add a new field to an old table with information in it (and not loose information)using code. I need to add a field named units to a table named bsd in a data base that is at another location I would like to send them a new Front end that would when first started would check to...
  15. cbiker

    Two Reports same Information

    I have two reports built that show the same Information just grouped differently. is there anyway to just have one report and change the grouping and group header by picking the the way that you group from a combo box. The two fields that I Group by are SIC and NAICS. Any help would be much...
  16. cbiker

    Hide tab on tab control

    I have a form with a tabe control that the tabs have subforms that are linked to main form how do I hide tab 1 and tab 3 when cnb check box is checked and show them when it isn't checked. Each record on main form might or mightnot be checked so when you go between records the tabs will be hidden...
  17. cbiker

    Limit Table to one record

    Can I limit a table to one record the table is used to set up a report so if there is more than one record we get the wrong results.
  18. cbiker

    MonthView control

    Two Questions 1 I have a form that is associated with a table called Inspections with a field called nextinsp showing next inspection how do i get the form to show only the inspections due on the date that you click on in the monthview control named Monthviewcntrl0. 2 Can you have the dates on...

Part and Inventory Search

Back
Top