Recent content by thalam

  1. T

    Multi Users in Access

    I think I've found the problem. The clients whom I've designed this database for, were linking to the same FE instead of it being on their individual work stations. Thanks everyone for all the help.
  2. T

    Multi Users in Access

    Hi there, Sorry it took me a while to reply here. I've been out of the office. I've gone directly to the BE and had two computer go in at the same time and they were able to edit the information without any problem.
  3. T

    Multi Users in Access

    Thanks a lot for the response. I have given each of the users their own FE. But when they open the database and go to modify or make changes, it locks them saying they can't make any changes. or that it won't save the changes. I have looked around the forum here, and there were quite a few...
  4. T

    Multi Users in Access

    Hi guys, I'm having some issues with a database that I have created. All this time only one user would be in the database. But now I have 2 to 3 people at a time in the database. I get an error and its not letting the users put any information in. I have it split into a FE and BE. I have...
  5. T

    Adding images to records

    Hi there, I got myself pretty much backed into a corner here. I am trying to add images to records. For example, in my database there will be certificates scanned and put on each specific record. I have been searching high and low and found that the OLE object tool will allow me to do this...
  6. T

    Very Beginner Question

    Your not supposed to store values that can be calculated, but if u are u can use an update query and say something like Elapsed: EndTime-StartTime in the update to line i think.
  7. T

    Adding Images into Tables/Records

    Hi there, I'm trying to add an image into a table. I know I can do it manually by creating an OLE Object and so forth. I am actually trying to get the user to enter in the path of the image and add it into the record/table. Basically this is for a database that will hold a scanned image of a...
  8. T

    Adding Images into Tables/Records

    Hi there, I'm trying to add an image into a table. I know I can do it manually by creating an OLE Object and so forth. I am actually trying to get the user to enter in the path of the image and add it into the record/table. Basically this is for a database that will hold a scanned image of a...
  9. T

    Importing data then appending to a table

    Thanks a lot! That bit of information was helpful for putting me into the right direction to come up with some answers.
  10. T

    Importing data then appending to a table

    Thanks a lot for the code!! It really helped me in the right direction. Now I'm just trying to create a file browser which will allow the user to go and point at the directory instead of manually typing it. Thanks again!!
  11. T

    Importing data then appending to a table

    Hi there, I'm trying to import data (CSV File), which will contain only two fields (ID Number, Comment). I want to create a macro or perhaps VB code which will simply import the two fields into a table and simply enter today's date in the date field and write the comment that I'm importing...
  12. T

    Getting a query into a CSV file

    Thank you very much for pointing me into the right direction. I actually created a macro which simply shoots the information out into a CSV file. Thanks again Thevaker
  13. T

    Getting a query into a CSV file

    Hi there, I'm trying to store the results of a query into a CSV file. This query will only have one field present. I know I'm able to export it into Excel and from there on save it as a CSV file, but I'm hoping to have a command button so that when the user presses it, it will automatically...
  14. T

    Printing one record on a report

    Thanks! What your saying makes sense to me. I just gotta find the syntax to specify the record source I guess. Another issue I am having, which is somewhat related to this is that, when I add a new record for the same customer (i.e., have the customer in there twice for different incidences)...
  15. T

    Printing one record on a report

    Hi there, I'm sure there is a simple command that needs to get written. But basically I am trying to print the current record that is open in a report. Its right now printing all the records into the report. I'm sure its just some parameter I need to type into the print command line, but I...
Back
Top Bottom