Search results

  1. J

    Report OLE Objects

    I am using access 2007. I have a table number 1 with fields. The one field is a combo box to table number 2. Now table number 2 has a field for OLE objects. If I view table number 1 in datasheet view, it shows OLE object (that is what will show on report obviously) So, I am trying to get...
  2. J

    Form Field Issue

    Does anyone know what I can do??
  3. J

    Date Format in Code

    Haha! My pleasure!! Maybe you can check out this post I sent? http://www.access-programmers.co.uk/forums/showthread.php?t=252851
  4. J

    Date Format in Code

    Great stuff! It works! Thanks:D
  5. J

    Date Format in Code

    Sorry pr2-eugin. I'm still a newbie with this. So my form name is "Attendance Register Marketing" and the ControlName is "YearMonth". How do I put it in? It tells me Compile Error, Expected end of statement and it highlights Register??
  6. J

    Date Format in Code

    Missinglinq.... Just a quick question? I was using the same control on the same form. How does one go about using a control from another form? Thanks again Jeff
  7. J

    Date Format in Code

    Hi Missinglinq! That was perfect!!!! How do you all know these things? Thanks. Appreciate the help!:) Jeff
  8. J

    Date Format in Code

    Hi I'm using Access 2007. I am needing to duplicate a field (It is necessary) I use the following code. Private Sub Confirm_Course_Number_KeyPress(KeyAscii As Integer) Me.Confirm_Course_Number = YearMonth End Sub It works exactly the way I want, however the date is showing long. What code do I...
  9. J

    Form Field Issue

    Hi CazB! I get the idea of what you're saying. It didn't work though? On the form, the novice is blank, but the user needs to see it and click on it. It's only when the user previews the report that the novice mustn't be seen on the report. So if the user selects recert, then it must show on...
  10. J

    Form Field Issue

    Hi again I'm using Access 2007. I've created a table with two fields. "Novice and Recertification" as in combo box. I put it on the form. Now the idea is when a user clicks Recertification, it shows up on the report. When the user clicks on Novice, it should be empty on report (Reason why I...
  11. J

    Report not generating Fields

    Hi pr2-eugin! I found the issue, silly me. Now I'm starting to get the hang of the access. In the design view, in the properties view, I didn't select what the query I'm using to extract the fields from!! Jeff
  12. J

    Report not generating Fields

    Hi. I am using access 2007. I click on a table for example. I then click blank report to make a report. I then insert a text box and then go to control source to select a field from that table. The field doesn't show up when i click view report? Thanks in advance. Jeff
  13. J

    The value you entered isn't valid for this field

    Hi pr2-eugin! That was an interesting read. Well, I'm actually gonna avoid them a bit more in future...:eek: Besides, thanks for the great website, definitely saving the address to read up a bit more on it!!
  14. J

    The value you entered isn't valid for this field

    Can't believe the lookup was giving me the hassle!!! Problem sorted when I removed it, now it works and it appears on the certificate exactly the way I need it to. Thanks a million:)
  15. J

    The value you entered isn't valid for this field

    Can anyone tell me what is the Checklist to follow when troubleshooting this? I have a combo box called "Rated Capacity" for machinery which lists the capacity weight of the machine. We've been getting clients complaining that they don't like to see 0 kg on their certificates. So I went to...
  16. J

    New from South Africa

    Thanks RainLover!!:)
  17. J

    Report Button Page Setup

    This might be tricky, but if anyone can tell me what to do, it'll be great. I am using Access 2007. There are two reports I generate. The one report makes use of normal paper. The other report makes use of the bypass tray which is the cardboard tray of the printer. Now when I have generated...
  18. J

    Order By property ignored, form ordered by different field

    Thanks to VilaRestal for that piece of info on "SELECT * FROM [Table1] ORDER BY [Field1]" You made it look so simple!! :)
  19. J

    New from South Africa

    Just wanted to introduce myself. I'm Jeff and I wanted to thank PBaldy at the same time for his quick help.:)
  20. J

    Run Module Code in autoexec macro

    Hi PBaldy I tried what you said and.......Problem sorted. I tried the RunCode, but was empty when I tried to add, then I saw you said Function, so I changed it to Function and now it works perfect!!! Thanks alot!
Top Bottom