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. soontobefour

    imported data fields are switched and unformatted

    I have exported a report from Access to Excel. When I open the spreadsheet in Excel, the fields are switched and there is no formatting. I have tried to create a macro, but the data will not be in the same structure, ie: content, lines between rows, and there is a subreport on the report etc...
  2. soontobefour

    Display one records with multiple Notes

    dhookom, I tried hiding, but since some of the data would be duplicates such as: status and date, I was missing data. So, I have used the subreport method. Thanks.
  3. soontobefour

    Display one records with multiple Notes

    I have a report that has reports: incident, status, severity, description, and notes. The Notes reside in a seperate table and each incident can have multiple notes. I only want the Incident information to appear once, but have the additional notes listed below it. Right now I have a query...
  4. soontobefour

    Access report exported to Excel

    I have a report in Access that I have tried to export to Excel. Well once in Excel I have to do a lot of formatting. This report will be generated on a daily basis, and distributed to a group that may do modificications to the spreadsheet. I do not want to take the time to format the...
  5. soontobefour

    queries/expression builder on a report

    Cghoga, your advise was the trick. That was alot quicker to implement than the hours of playing with the expression builder and searching the web for information on how to do this. two thumbs up!!!
  6. soontobefour

    queries/expression builder on a report

    In my report I list incidents based in status, which comes from an incident table. I also have a notes table that stores additional notes related to a particular incident. I need to create a query that will pull the right notes related to the incident. ie: Status IncidentId Severity...
  7. soontobefour

    Exporting a report to Excel

    I have a report in Access that I have tried to export to Excel. Well once in Excel I have to do a lot of formatting. This report will be generated on a daily basis, and distributed to a group that may do modificications to the spreadsheet. I do not want to take the time to format the...
  8. soontobefour

    printing CR7 from W2k

    I have reports that can be printed from Win98 correctly, but for users that are on Win2000, the report is missing data on the left side. It looks like it wants to print portrait, right justified, but landscaped. Any known issues with W2k printing.
  9. soontobefour

    Conference room reservation app

    Thanks for the suggestions. I tried Lotus Notes, but the group that needs it, wants it restricted to just their group- and Lotus Notes does notallow for that- atleast that's what the Lotus Notes Admin told me. Also, we are not in a position to purchase software. But once again, thank you.
  10. soontobefour

    Conference room reservation app

    David, Did you ever find any Conference room reservation code? I am in the midst of this kind of project. Could you direct me to any resources? Thank you
  11. soontobefour

    displaying appointments in a grid

    Does anyone know how or where I can get a grid that will display a weekday list of appointments by hours. ie: 8:00 John Doe- team meeting 8:30 9:00 9:30 10:00 10:30 And say 8:00 - 9:00 would be shaded grey. Any ideas, suggestions - would be greatly appreciated.
  12. soontobefour

    Formatting Date()

    I am using Access 2000 as well, to write a text file.
  13. soontobefour

    Formatting Date()

    Thank you very much, RJFost and DramerZ. I used Format(Date(),"yyyymmdd") and that worked great. Thanks for your speedy reply and assistance. soontobefour
  14. soontobefour

    Formatting Date()

    I need to change the format of the date() function. When i try to use it know it yields mm/dd/yyyy, but I need it to produce yyyymmdd (without dashes). Does anyone know how to produec the date in this manner? You help would be greatly appreciated. soontobefour
  15. soontobefour

    writing table to .txt file

    hey Ben, I tried the code and it worked. I had to do some tweaking to better format my data, but I truely apprecaite your assistance. two Thumbs Up
  16. soontobefour

    writing table to .txt file

    I am looking for some assistance, writing a table to a .txt file. I have tried to use the transfertext method, but the data must be formatted with // between fields, so the transfertext does not work. Any assistance would be appreciated. Thanks
  17. soontobefour

    Displaying Parameterized query results in Grid DTC

    On my ASP page I have a parameterized Sql query that is to display the results in the DTC grid. But I don't know how to get the information in grid. On the properties page of the grid I specify the Recordset as objrs and Field/Expression to "=objrs("Room")" etc. But id...
  18. soontobefour

    I have a form that gets user inform

    Viv, The results I would like to display is the room and capacity for the rooms that are available. I want it displayed on another form. How do I do that?
  19. soontobefour

    displaying Recordsource results

    I have a form that gets user information, when done they click on the "search" button which is to launch another form and on that form display the results of a query. this is the code on the new form launched: Me.RecordSource = "SELECT Reservation.Room, Rooms.Capacity FROM...
  20. soontobefour

    I have a form that gets user inform

    I have a form that gets user information, when done they click on the "search" button which is to launch another form and on that form display the results of a query. this is the code on the new form launched: Me.RecordSource = "SELECT Reservation.Room, Rooms.Capacity FROM...

Part and Inventory Search

Back
Top