Is there any way to import a bak file to access DB
without any application like SQL Server or SQL Server management studio
Thank you so much in advance
I'm training on importing files to access DB
Learning
with a basic JSON file
form this site
https://www.appsloveworld.com/download-sample-json-file-with-multiple-records
@arnelgp
@arnelgp
can you please give a solution to import JSON also?
I tried but did not succeed
attached sample file of what I want to import
thank you so much for the great help
appreciated
https://www.access-programmers.co.uk/forums/threads/import-json.328870/
is there any way to automate importing XML for beginner user
I want to use the VBA Code
Because I want to hide the ribbon
External data > import and link > XML
Hello
thank you for your efforts
I don't need code
I need the structure of the table
I want to map this code to access table
for example
first name data type text 255
the problem is with address and phone number I don't know how to convert them to fields
because they are complex fields...
I need to import this file to table1 in the field field1
the file is not a normal file consisting of rows and columns
or you can Import the file to a new table with a single field (All file in one single field)
then I can deal with the new table
I try all the way
to solve the problem but not work also
I compared the result with one date only but still did not get the correct result
the application ignores the <=
Private Sub txtSearchABBACCT_Change()
On Error Resume Next
listSearch.Clear
If txtSearchABBACCT.value = "" Then
FillLIst...