Search results

  1. Y

    Problem bugging me for weeks now

    So I have a project where I have to get employees to use infopath to fill out details in a form and then submit it, the form gets saved in an access database. I have all that setup and it works perfectly. I uploaded the forms on a sharepoint site and when I open them up from my computer they...
  2. Y

    Please tell me what is wrong

    My form name is Phone...I want it so that when the user selects ISP from the combo box it opens up the Phone form. I pasted ur code and nothing happened.
  3. Y

    Please tell me what is wrong

    So should I just get rid of what I wrote and copy and paste what you wrote?
  4. Y

    adding zero's before number

    I did what Nieleg said but it didn't work. I went to the design view of the form right clicked my field and went to format and put in the 8 zero's Nothing changed. Yusuf
  5. Y

    Please tell me what is wrong

    I'm trying to mess with a combo box where when one user selects a value a form opens up. This is the code I'm typing in but I keep getting a syntax error DoCmd.OpenForm(Phone,[View As AcFormView=acNormal],[DataMode As AcFormOpenDataMode=acFormAdd],[WindowMode As AcWindowMode =...
  6. Y

    adding zero's before number

    I have a field where a user has to input numbers. This number at most will have 8 digits. Something like 00000001 or 00001234. I want access to show those zero's before the number but I can't do it. Any suggestions. Thanks, Yusuf
  7. Y

    Help needed asap

    I'm thinking about doing just that but I was wondering whether the fact that whatever the user chose (staff or ISP) will be stored in the table.
  8. Y

    Help needed asap

    Do I put Number and ISP Name in the same table as type or should I make a seperate table?
  9. Y

    Macro help

    Hey I have a form/table that has the field name 'Type'..I want so that when a user types in 'Staff', he is able to type in a phone number, but when he typs in 'ISP' he is able to type in the name of the ISP. I have no idea how to go about this so any help would be appreciated. I think a macro...
  10. Y

    Help needed asap

    Hey I have a form/table that has the field name 'Type'..I want so that when a user types in 'Staff', he is able to type in a phone number, but when he typs in 'ISP' he is able to type in the name of the ISP. I have no idea how to go about this so any help would be appreciated. Thanks Yusuf
  11. Y

    Need Help

    I have a field in a form: Login Type. I want it that when a user types in:Staff a new form or window or table opens up to select the policies read. But if the user types in ISP then then a window pops up so that I can enter a phone number. I don't know much about Visual Basic so please help...
  12. Y

    relating tables

    I have a table with the following fields: Login ID, Description Password, Login Type, Location, Status. For every Login ID there are some old passwords that had different effective dates. I want my form or table to behave so that I can enter all the old passwords with the effective dates and...
  13. Y

    creating a special form

    Okay I have a table with info about a computer and the usernames who can use this computer. Over the course of the day or week I have to add more users to this computer. I don't want to keep making a new record with the same computer information and only changing the usernames. I want to do it...
  14. Y

    Need help asap

    I made the three tables and put in dummy information in tbluser and tblcomputer. Which tables should I relate and what should be my next step from there? I have just started using access so please bear with me
  15. Y

    Need help asap

    Hey guys, So my boss needs me to do something with the form. I'll give you an example: Say the form/table has two fields Computer Name and User. Now one computer name can have multiple users and it can be any number of users (no set amount) she wants to be able to add one user at a time and not...
  16. Y

    Need help asap

    Hey guys, I tried both ur methods and they both seem to be working perfectly. Thanks a lot for your help. Yusuf
  17. Y

    Need help asap

    This seems like a mediocre problem but I can't think of any way of making it work. I have a table with a bunch of fields in it and one of the fields is called 'user'. Now all the other values in the fields remain pretty much the same except the User name. I want so when I try entering a new...
Back
Top Bottom