Search results

  1. J

    Export Query To Comma Delimited Text File

    Great! Thanks that worked like a charm!
  2. J

    Export Query To Comma Delimited Text File

    Hi Yall, I have query called qryfadmpcol that I want to directly export out to a comma delimated text file using VBA. I've found stuff about tables for this but I havne't found anythign for a query. Any ideas? A code snipit would be helpful. Thanks!
  3. J

    Manipulate QBE Query with VBA Code

    Hi All, I have a qbe query that returns all of the fields that I may want to see. Now i want to create a form that has lots of checkboxes on it, that corespond to each query attribute name. I have done this. The idea is that the user can check or uncheck those attributes that they don't or do...
  4. J

    Time Clock App in Access

    Well I didn't really understand quite what you were saying in that second paragraph, but I do get the gist of what you are saying. I am able to make a query to get the values that I need, the problem lies with making the application to get the values into the table. That's where I run into my...
  5. J

    Time Clock App in Access

    An app in Access that a person can put in their Volunteer ID number and then click "clock in" then when they are getting ready to leave they can click "clock out". This will need to put the time and date in a database table, that I can then run a query run and see how much time they worked...
  6. J

    "How do I get the clock in and out to work on my form?"

    MARK...did you ever get this app to fully work...can you send me a sample APP?
  7. J

    Timeclock

    Did you ever get a working application? Can you post a sample of what you did. I'm running into some major problems with this exact topic....
  8. J

    Time Clock App in Access

    Has anyone ever made a time clock application in Access? If so, can you post a sample application? I'm really at a loss with this one.. Thanks, Cran56
  9. J

    Accessing ID of last record right after you insert it into table

    Yes, because binding the forms doesn't give me the versatility that I want with these forms. I'd rather have full control over what goes in and comes out. In a previous forum someone told me to just run another query for it after the fact compareing some values to get the return value that I...
  10. J

    returning an ID from the last record inserted with query

    how would I store that returned value? would it be something like this: myVariable = SELECT Student_ID FROM ......?
  11. J

    returning an ID from the last record inserted with query

    Hi folks, I have an Append Query (Insert Into...) that I use to insert values into a table from a form. But to have that tie into other tables I need to gather the Student_ID (primary key) that is autogenerated when the record is inserted. How do I do this? I want to store it in a public...
  12. J

    Accessing ID of last record right after you insert it into table

    Hi folks, I have an Append Query (Insert Into...) that I use to insert values into a table from a form. But to have that tie into other tables I need to gather the Student_ID (primary key) that is autogenerated when the record is inserted. How do I do this? I want to store it in a public...
  13. J

    Creating A Form With Multiple Checkboxes (one for each record)

    I have a form. In that form I want to display a series of dates from a database table..ex. 12/15/2004, 12/16/2005, etc... Next to those dates I want to have a checkbox. The user should be able to click on that checkbox if they want to sign up for that date. So there could be more then 1 checkbox...
Back
Top Bottom