Recent content by swinster

  1. S

    Question Modifying the Standard Inventory Database to allow for individual item recording

    Ok, here's a more updated version with a few more logical errors removed. Still no test tables put in as yet. Also, ignore reports and Stock level stuff as this would not work given the changes made.
  2. S

    Question Modifying the Standard Inventory Database to allow for individual item recording

    Yeah - I think I tackled it arse about face! The probelm is that the standard Asset tracking DB with Access 2007 didn't really do what I wanted either. It seemed at the time that the inventory one was closer to my needs. I might have to have another look at it, however, of course now I have a...
  3. S

    Question Modifying the Standard Inventory Database to allow for individual item recording

    Firsly, we are a user of item rather than a manufacturer. I would also say that by tracking all individual item we are by definition keeping an inventory, so I'm not quite sure what you mean by the two being not homogeneous. In fact, I think I have the entry of the item info nearly cracked. Of...
  4. S

    Question Modifying the Standard Inventory Database to allow for individual item recording

    Thank Pblady. Maintaining focus using your "change focus, then change back trick" worked fine, so I now simply blank the field and this works a lot better than trying to leave the contents selected. WRT other questions, unfortunately it is another "general" question relating to DB design and...
  5. S

    Question How to unpublish a database to Sharepoint

    Man that's rubbish.
  6. S

    Question Modifying the Standard Inventory Database to allow for individual item recording

    I haven't managed to get much further with this. Have any people got thoughts on how I would approach above? Pbaldy - I can get the text box to retain focus, now I want to make sure that everything in the text box is selected. Although I written code to do this: With ScanItem...
  7. S

    Question How to unpublish a database to Sharepoint

    Hi all, I have an Access 2007 DB that I will eventually publish to a SharePoint site for general use, however for the moment I'm just wanting to work on it locally. As I have published the DB as a SharePoint file in the past it now continually asks me to re-publish the file. How can I...
  8. S

    Question Modifying the Standard Inventory Database to allow for individual item recording

    There are also some logical error in the above DB, but I will work on those. The next thing I need to be able to do is to create a way of recording tests carried out on individual items. Each individual item will relate to a Product, and each product will be of an equipment type, such that...
  9. S

    Question Modifying the Standard Inventory Database to allow for individual item recording

    Hi again, I have finally got to the point where we have a functional system, albeit with certain problems. As the DB was based on a standard MS one and I have played with all of the Table, Field, Query and Form names, plus added some extra tables and re-arrange relationships, some of the...
  10. S

    Question Modifying the Standard Inventory Database to allow for individual item recording

    Hey pbaldy, Thanks for this. I was indeed looking at ADO to loop through certain fields to add them as default values for an entry of a new record. My methodology: - Open transaction form and automatically go to a new record. Scan in an item. If the user has not selected a previous...
  11. S

    Question Modifying the Standard Inventory Database to allow for individual item recording

    Thanks very much for this. I completely redid the data structure today as it wasn't making sense. I have one more issue again I suspect it is relativly stright forward. Sorry to be a pain. I want to copy the last record in a form/recordset to a new record in the same form/record set...
  12. S

    Question Modifying the Standard Inventory Database to allow for individual item recording

    Cheers. All is now good and although I got both yours and my method to work, I think yours is much neater. I have another seemingly 'simple' question. How do I maintain focus on the text box after it has been update using the carriage return? When you hit return the focus shifts from the text...
  13. S

    Question Modifying the Standard Inventory Database to allow for individual item recording

    Ok, getting there. During my code execution, I setup an ADO recordset that is based on a query using the scanned bar code and selected product of the Transaction. If no product is selected and no serial number is matched (i.e. and empty recordset), I need to ask the user to select a...
  14. S

    Question Modifying the Standard Inventory Database to allow for individual item recording

    Hi pbaldy, its Ok for the mo, I often use the forums to blow off my own thought. I find it useful to try and discribe what I need to do to people who have not clue as to what I'm up to. At the moment I and looking at VBA code to select records and manipulate records. I think I know where I...
  15. S

    Question Modifying the Standard Inventory Database to allow for individual item recording

    To achieve this, I was thinking of using an unbound Text box (as suggested by pbaldy) on the Transactions form that ran VBA code using the AfterUpdate method. When an item is scanned or the serial in entered, there could be a couple of possibilities: - Firstly, the user may NOT have...
Back
Top Bottom