Ask Experts Questions for FREE Help !
Ask

Search:

Type: Posts; User: Micromax

Search: Search took 0.00 seconds.

  1. Answers
    6
    Views
    1,119

    Comment on Micromax's post

    You may have to add a line of code after the DLookup function = 1
    DoCmd.OpenForm "frmName" Or DLookup function =2
    DoCmd.OpenForm "OtherfrmName"
    I'm not sure, Maybe Scott can solve this.
  2. Answers
    6
    Views
    1,119

    Hi ans sorry about that code. It won't work. I...

    Hi ans sorry about that code. It won't work. I don't know what I was thinking. I got mixed up with Visula basic.

    Try this, I tested this and it works.

    Private Sub cmdLogin_Click()
    If...
  3. Answers
    6
    Views
    1,119

    Comment on Micromax's post

    Should be lblPromp.Caption
    I couldn't find a edit answer button.
    I noticed I made a typo. Sorry.
    Rob
  4. Answers
    6
    Views
    1,119

    Hi, I will assume you have the passwords and...

    Hi,

    I will assume you have the passwords and user names in the same table.

    I believe the code may go something like this.

    Private Sub cmd21_Click
    If txtPassword.Text = "mypassword"...
  5. Comment on ScottGem's post

    Thanks again Scott. I won't be supporting it. It sounds bad, but it will be sold as is. I hope If I split it and test it, that will be the final test. I would have to use a Delete Query and reset...
  6. Comment on ScottGem's post

    I had a feeling about that Scott. I tested the database on Access 2000 and it could'nt read that line specifically that constant. Thanks Scott for letting me know. I appreciate your input as...
  7. You can remove this question if you wish

    You can remove this question if you wish
  8. Comment on ScottGem's post

    Hi Scott. Nice to hear from you and thanks for replying. I haven't used the splitter thus far. I guess If people are not on a network and I split the database, I'm assuming I can tell prospects...
  9. Can more than 1 user use an .mdb file at a time?

  10. Can Access 2000 Object Library use a different Const, than msoFileDialogFilePicker?

    I used Access 2003 to create a database and saved as Access 2000 format. I used some code that downloads a logo. This won't work in Access 2000 because of the Library Microsoft Office 9 Object...
  11. Answers
    2
    Views
    3,850

    Hi, maybe you can put this in the control source...

    Hi, maybe you can put this in the control source for OpeningBalance.
    =IIf([TransDate]>#03/31/2006,0,CLng([Deposits]-[Withdrawals])

    You may have to tweak it for the form.

    Rob
  12. Answers
    2
    Views
    840

    I sent you an email. The exercise looks simple,...

    I sent you an email. The exercise looks simple, but requires you to enter Sept 1 balances and account numbers for the Balance sheet. The rest is making journal entries good luck rob
  13. Hi, I think you just want the ContactName. So...

    Hi,

    I think you just want the ContactName. So the properties for the combobox should be like this:
    Record Source SELECT ContactID, ContactName FROM tableName ORDER BY ContactName;

    Bound...
  14. Comment on ScottGem's post

    Scott, I just came back from a showing, I had a death in the familly. Maybe 'I'm a little touchy. Refresher course, not a bad idea. Hey, he may be right. Take care, Rob appreciated your help.
  15. Comment on ScottGem's post

    Again, you are right. I just posted on MS. Feel free to read. Dare-Devil gave me some sound advice. Maybe not what I wanted to hear, but I don't know. Fell a bit hurt.
  16. Scott's answer is correct. That is the work...

    Scott's answer is correct. That is the work around if the record will not move due to no data entry on the main form. So Access doesn't know a new record wishes to be created. The one thing that...
  17. Comment on ScottGem's post

    Yes, I thought about that. It would have been nice to have that identifier with the date and sequence, The Save button can be risky. Each time user clicks on it, up goes the sequence. User must be...
  18. Comment on ScottGem's post

    Thanks Scott. Read my answer to the question. I posted there because of limited character space here,
  19. Thanks Scott. It does work, and I figured out...

    Thanks Scott. It does work, and I figured out late last night it wouldn't update unless I had another field on the main form.

    The save button could be somewhat confusing to a user, but does work....
  20. Comment on ScottGem's post

    I deleted the fields as mentioned. Now the only thing is I'm shaking my head because the GLTransaction is unique to the entire entry. So much for a GLID composed of a date and sequence number. I...
  21. Comment on ScottGem's post

    This worked Scott. I'm not sure if the user will understand the Save Button to be pressed before entering the detail. I knew that was a problem last night when I change the Sequence number in the...
  22. I'm wondering why the aotonomber PK is not working GLTransaction field.

    The attached database has the tables and form and subform
    The purpose, the answer I am trying to find is 1. why is the autonumber in the main form not incrementing? 2. I require a unique...
Results 1 to 22 of 22