Search results

  1. A

    Error Message

    It works perfectly now, thanks man. Question though, now when I go to choose from my list in my combo box i can't select it, it shows me all my list but it doesn't let me choose it.
  2. A

    Error Message

    I have a next button and previous button on my form. When I click on next this is the error that I get. "The expression On Click you entered as the event property setting produced the following error: Ambiguous name detected: Delete_Click. * The expression may not result in the name of a macro...
  3. A

    Loading data into a Form through Macro/Module

    But now i have another problem. When I open my form I get a pop of message saying Enter Parameter value tblEmployeeInformation.strEmployeeNumber. I don't even have that field, my field is called intEmployeeNumber. And when I click cancel it shows me another one that says...
  4. A

    Loading data into a Form through Macro/Module

    I figured out the problem guys, it was really stupid. I hadn't connected the actual form itself to the correct query.
  5. A

    Textbox

    Everything works fine now. Thank you for your help.
  6. A

    Textbox

    I created a table called Comments but how do i get those comments to go into that table. I know this might be a stupid question but I'm still trying to learn Access as I do different things w/ it.
  7. A

    Textbox

    Ignore my comment above, I got it work. Thanks for your help.
  8. A

    Textbox

    But how is that gonna work. This is just a comment box. Like I want the user to be able to type something in, not bring in something from a table.
  9. A

    Loading data into a Form through Macro/Module

    Alright, I've attached my db. The two forms that I'm working on are called frmWorkforceDataEntry and frmServiceQualityAssessment. The one that I'm having problem showing the first record when the form loads is the frmWorkforceDataEntry. With the frmServiceQualityAssessment I want to do the same...
  10. A

    Textbox

    How would i go about doing that? Do i create a textbox and then change it to memo?
  11. A

    Textbox

    This might be really easy to do but I don't know how. I want to create a textbox that will accept unlimited characters. The highest it can go is 255, I want it as a comment area where the user can type in as much as they want w/o being warned that they've reached their limit. Does anyone know...
  12. A

    Loading data into a Form through Macro/Module

    I tried the Macro thing that you told me and it still didn't work. This is driving me nuts. I tried to attach my db but the file is too big it's 410kb so it won't let me attach it.
  13. A

    Loading data into a Form through Macro/Module

    The Data Entry was already set to No. Can you explain further please how I would make it to go to record 1 by hard coding? Sorry i'm really new to all this. Thanks
  14. A

    Loading data into a Form through Macro/Module

    I can't find the DataEntry Property when I right click on the form so I don't know if it's set to Yes or No.
  15. A

    Loading data into a Form through Macro/Module

    Yes it does. What i've done is i've designed some textboxes and comboboxes and I've added an add new botton and delete botton. Now when I first load the form I want it to show the first record in my query. I can see that my record information is in the comboboxe's but i have to drop down the...
  16. A

    Loading data into a Form through Macro/Module

    Hi, I'm new to this Access programming. I'm designing a database that will pull employee information onto a form. I've designed the form but now my problem is getting the records from the query/tables i've designed into the form. I can see my data in my comboboxs when I open the drop down...
Back
Top Bottom