So i need to add leading zero to a set of numbers within a table that i imported into databricks from a CSV in doing so i lost the leading zeros, the format of the number should be like this
0999
0010
0009
i have
999
10
9
i tried this
UPDATE Test table name
SET IID = '0' + IID...
Conditional formatting i need to set on the "Service_Number" and get it to look at the new Count field and if greater than 2 turn the Text Red
Expression Is ([CountOfService_Number]="2") doesn't work
Thats a good points, its just the file process is that access shows the user a final form that i wanted it to show any duplicates before the user clicks a button to create a report, but maybe thats the best way so query to run and get duplicated and then how would i show on the subform?
I am trying to get this to work in a sub form, to highlight the customers number in red and yellow background but its not working, the field in a text field
DCount("*","Customer_main","[Service_Number]=" & Chr(34) & [Service_Number] & Chr(34))>1
Ok found the issue by me updating the imported data and setting any blank fields to NULL using an update query "" to NULL has cleared up the issue and its now working
So some of the data that comes from another data source has duplicated records for the same customer i need to have these combained into one query record. I have tried to use the "Unique values" but its still puling the same two records for the same customer?
Looking to convert a dates
04/01/2023 to "January 23"
01/02/2023 to "February 23"
and so on possible to have both i can get the month only using this
Month: Month([Order_Date]) shows as month number not text
@Pat Hartman
So this is working great and has been doing the job, now i have an issue so we have some accounts that have two sets of contacts like say
RECORD _ID | ACCOUNT_NO SURNAME
4110 | 9944510 |Blue
4111 | 9944510...
So i need to run a query to correct the telephone numbers within two fields
Mobile
Landland
due to the many data sources sometime we have a landline within the mobile field and the mobile within landline. i need to have access do a final clean-up and move the number to the correct file. so...