Search results

  1. S

    Open a Database with Admin permision or view

    Yes I have it, but I do not know what to do with it. I am not able to see the security into the database, and when I open the .MDW file I only have queryes that give me the Group List and the User List. I do not know how can create a user with Admin permits from the .MDW file. Thank you...
  2. S

    Open a Database with Admin permision or view

    It is a .MDB file
  3. S

    Open a Database with Admin permision or view

    Thank you very much for your answer. I tried to create a new database and import the form but I got the next error message: You don't have permission to iport, export or link to "FormName" To import, export, or link to this object, you must have read Design and Read Data permisions...
  4. S

    Open a Database with Admin permision or view

    I have a database that my co-worker developed, but he is not here anymore. I have a front-end and back-end. The forms are in the front-end, but when I open the front-end I can not access to the Design View. When I open the front-end a form come up and I do not find the way to see the...
  5. S

    Unblock Access 2007

    I have queries and forms in a database in access 2003 and everything works perfect, but when I open the same database in access 2007, the queries, and the instuctions such as bottoms in the forms does not work. Thanks for your help
  6. S

    Open a Database with a quick link with Access 2007

    I believe that splitting database is not my problem, because people from others computers can open the database if they have Access 2003 where the database was created, but not if they try to open it from Access 2007, then they have the error message : "The operating system is not presently...
  7. S

    Open a Database with a quick link with Access 2007

    I developed a Database in Access 2003. I put the database in a server so more than one person can access to the database at the same time. I did a quick link to the data base, to be able to access more than one person at once. Now my problem is when somebody try to open the quick link from...
  8. S

    Take a value in a textbox form a combobox

    Thanks it works now
  9. S

    Take a value in a textbox form a combobox

    I have a combobox feed from a table with two differents fields (name and employeenumber) But I am only showing the name in the combobox. Now Whenever I select the name in the combobox I want automatically to introduce the asociate employeenumer into a textbox. I tried like this but I don't...
  10. S

    Add a New Record

    The objects yes, I don't know about the form because I don't know how to bound the form to a table. Thank you
  11. S

    Add a New Record

    I having problems adding new records: I believe it is because the pointer in the table is not in the last record, but I don't know how to force to the table start in the last record. I created a form, where I created all the objects with the option --> Remember the value for late use. Then...
  12. S

    Reload a ComboBox

    I have a form, where I can introduce a new data in a table. Let say: Table1, Fields: Name So I introduce a Name in a the field Name: Jhon So now, Jhon is in the database in the same form I have a combobox with all the names existing in the database. When I introduce the...
  13. S

    How to restart and autonumber field

    Did works. Thanks Paul
  14. S

    How to restart and autonumber field

    I have a autonumber field, but it is always sum number even I delete all the records before. I would like to konw if after delete all the records, there is any way to restart the autonumber field to zero. Thanks
  15. S

    Get in VB the value of a field in a table

    I already found an alternative solution. Thanks anywya
  16. S

    Get in VB the value of a field in a table

    I am trying to be able to store in a variable in Vb the value of a certain field from a table. Let say that I have table1, which field are ID, Name ID Name 1 Jhon 2 Eric 3 Sam 4 Anna I want to get the value of the last ID existing in the table1. So I looking for how can I...
  17. S

    How to pass the value of a text from a form to other form

    I have the value of a text in form1 and I want to pass the value to the form2. How can I do that? I tried something like: Dim Text As string text = text1.Value Forms![Form2Name].Textinform2.Value = text But it doesn't work Thanks
  18. S

    Get user name

    Anyone knows how can I get the name of the user that is using the database in a determinate moment. something like getUserName or something like that. Thanks
  19. S

    Security

    I have a database with a a Security System. I have a file with all the users and all the groups. I have a form to ask for information to users. So when anyone open the database, Access ask for user and password, then if you are in the list of user, you can get into the database. Now you find a...
  20. S

    Get data from from a Combo

    I believe I don't have any EVENT, if I select the textBox, right botton, properties, EVENT, I don't have anything there. I just need to get the text introduce by a user in a textbox, to see if they introduce anything, and in case they didn't ask then to introduce something. Thanks
Back
Top Bottom