Search results

  1. C

    Double Sided Page Break

    I tried this and it didnt work out. I think its because I have 2 columns on my report. IF anyone could help I would really appreciate it.
  2. C

    Double Sided Page Break

    Anyone want to remote over MSN to try to figure this one out? I can get it to work part ways, but then it just starts making every page blank after about 18 or so pages.
  3. C

    Double Sided Page Break

    Here is an example of the report. I think all I need to do is insert a function on the tailing end of the page that forces a new page. If its odd, it inserts a blank page. If its even, it does not. But im not sure of the command to insert blank pages.
  4. C

    Double Sided Page Break

    Hey, I tried searching for this one, but I'm not really sure what to search for. I am running a report that is double sided. However, I do not want the start of the next group, on the same physical page. I also do not want a starting blank page (as I thought about inserting a blank page after...
  5. C

    Coul Not Execute SQL Statement

    Heh, kinda funny. I was originally going to reply with "check for typos".
  6. C

    Coul Not Execute SQL Statement

    Hmmm... Try making another of the same report. Keep the one you have, and create a new one from scratch, just don't go through all the trouble of making it pretty, and see if that works.
  7. C

    New to using ODBC

    I would say it's more of a Java question. Look around for ways to connect Java to Access. I believe you would have more luck in a Java forum.
  8. C

    How To Ask Questions the Smart Way

    Wow... Just yesturday I had someone say I was too condescending when answering questions sometimes... I don't mean to be.. and wow.. this just explained it perfectly.
  9. C

    ASP - What's the point?

    Hence the MySQL BE.
  10. C

    ASP - What's the point?

    I use PHP and MySQL for any web databases I have to create. They link to access pretty good. So I can have the entry online, and the reports on the program. However... I am looking at putting a major database online (Has confidential information, but the locations that need to view it are like...
  11. C

    Using Netscape as browser

    Yea hi. Netscape sucks, make them change.
  12. C

    auto number with a difference

    Yea but unless you design your database PERFECTLY, you can have problems. Also, why not just use a query? Why do you need your PK to be like that?
  13. C

    Stupid mistake

    Hold shift when opening the database.
  14. C

    Import hyperlinks from Excel

    Ohhhh. I see what you mean now. In excel it just has a word, but it has an embedded hyperlink. I see. I tried searching MSDN, and also i looked in utter access, with no luck. Only other people with the same issue. Good luck, and please post here if you find the answer. (I will try it...
  15. C

    Application Wont Accept Data

    Did you refresh all the tables? For me, if I add a field, and don't update the linked tables, it won't work properly. Just give it a shot.
  16. C

    Front End/Back End Question

    It transfers the entire table you are working on. Thats why I am moving to SQL backend with MySQL. Eventually I will switch over to a Web Database. Then there is almost 0 load time.
  17. C

    VBA Code Create query

    Dim qryDef As QueryDef Set qryDef= Object.CreateQueryDef("qryBeforePrice", rstSQL) I am trying to create a query. I have this in my code It tells me "object required" Any ideas?
  18. C

    inserting data in MS access 2000

    What? rofl I still don't get it.
  19. C

    Import hyperlinks from Excel

    Have to import and change the field type to hyperlink i believe.
  20. C

    VBA Code Create query

    Ah, thanks =)
Back
Top Bottom