Questions tagged as 'ms-access'

1
answer

Front End Access on server

We usually put the Back End on the server and the Front End on the local machine. Is there a problem (maybe performance) in leaving a copy of the FE on the server for each user and just put the link of each on the local machine? That is, I...
asked by 08.01.2014 / 16:19
1
answer

Printing with path name saved in a table

I created a table called Funcionarios where I have at least 2 fields: ID and caminho_impressao . Where I put it, for example: C: \ Users \ user1 \ documents \ C: \ Users \ user2 \ documents \ So I tried to prin...
asked by 08.01.2014 / 12:46
2
answers

Return the total value of calculated items in a list

I have a table with Quant and Preço . In the form, besides these fields, I have the field Total = [Quant]*[Preço] Also, in the main form I have the field SomaTotal = Soma([Total]) That is, the classic sum of pric...
asked by 07.01.2014 / 12:16
1
answer

What is Microsoft Access for?

It's a stupid question, I know. I almost had no contact with MS Access. I know it's a database. Does he have anything special? Any feature worthy of note? How does it work? What demands does it meet?     
asked by 13.04.2018 / 01:00
2
answers

Competition when using temporary table

I'm using a vba code that passes some data to an auxiliary table, manipulates it and returns it to the original table. How do I solve the competition problem? That is, I did not want two users to use at the same time.     
asked by 20.01.2014 / 17:28
1
answer

Error as.POSIXlt.character when importing MDB in R

Hello, I looked for this answer all over the internet and I did not find:) I am importing an MDB (Ms Access db) into R Studio (Windows 7 R v32b) using RODBC but when I give the sqlFetch command I am having an error importing a date column that...
asked by 18.05.2016 / 00:36
1
answer

Block fields in SubForms in MS Access

I have the following Form with a SubForm: IneedtoenableCheckin"Approve3" and block the other fields, but I only get "LOCK" all or none, how can I get around? Maybe for vba? I remember a SubForm inside a Form     
asked by 16.05.2016 / 15:25
2
answers

How to get a difference between two dates?

Let's say I have an initial date equal to 30/01/2014 10:00 and an end date equal to 02/02/2014 10:00 . I wonder if it's possible to get a grid containing these results: If possible, I would like to know how.     
asked by 21.02.2014 / 02:09
3
answers

Check if number is integer in Access

How to check if a number is integer in Access VBA? I've tried If Int(Me.Numero) Then Msgbox "É inteiro" End If But it did not work. I wanted it if I type 8,5 it would return "Not integer". The field is Not Coupled.     
asked by 23.01.2014 / 17:55
1
answer

Mark duplicate fields in a table

I have a table in my database and would like to mark occurrences where certain code repeats itself. Remember that this code field is not a primary key. Example: Data Código Repetição Status ... 25/2/2014 138863 ok...
asked by 12.03.2014 / 21:07