Recent content by borgia

  1. B

    autonumber field

    If you type autonumber in Access help it will tell you how to do this.
  2. B

    question on table referencing a table.

    Without going into your situation in detail, the following occurs to me: - You should have a table which called tblCreationMaterials which has it's own id, Creation id, Material id. The Creation table is linked to this in a One to Many relationship via the Creation id fields. The form for...
  3. B

    Linked tables running slow over network

    Thanks for the link. Very useful.
  4. B

    Locking individual controls on a form

    Thanks for the response. Solved my problem and you have given me food for thought. Thanks again.
  5. B

    Linked tables running slow over network

    Hi I have a couple of acces databases running on a peer to peer network (database A and B, which are housed on PC1). The database B has a link to a Customer table in database A. This was running fine until another user on the peer to peer network wanted to use database B on their pc (PC2). I...
  6. B

    Locking individual controls on a form

    Hi I want to set the On Click Event of a button to unlock the current control a user is on. I know the code to set the property of a named control, but I don't want a button for every control I want to unlock. Is there a 'Me' option for controls? Regards David:)
  7. B

    I want to send html/ txt combined e-bulletin to users in a linked table in Access

    I have created a linked table in Access from a web servers SQLServer table of users. Is there any code which will generate an e-mail which includes the txt and html versions of the bulletin and sends it to users? Also, if the web users have their e-mail in-box set to block html can the message...
  8. B

    Stopping database being copied

    I have a customer who is concerned that their access database may be copied and used by a competitor. I have told him to set up passwrods for all users amd hide the system file which stores the password info so database won't open off site if copied. He doesn't want to do this though. Is there...
  9. B

    Enabling Fields in Forms

    I want a form to default open in read only mode to avoid users deleting info. I want them to be able to edit the form by pressing a button. Does anyone know the VB code to run from a command button to do this. Regards :confused:
  10. B

    Opening Access Database on Apple Mac

    Can an Access database which has been developed on a PC be run on an Apple Mac? Borgia :eek:
Back
Top Bottom